Uses of Class
com.amazonaws.services.iot.model.GetPolicyResult
-
Packages that use GetPolicyResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of GetPolicyResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return GetPolicyResult Modifier and Type Method Description GetPolicyResult
AbstractAWSIot. getPolicy(GetPolicyRequest request)
GetPolicyResult
AWSIot. getPolicy(GetPolicyRequest getPolicyRequest)
Gets information about the specified policy with the policy document of the default version.GetPolicyResult
AWSIotClient. getPolicy(GetPolicyRequest getPolicyRequest)
Gets information about the specified policy with the policy document of the default version.Methods in com.amazonaws.services.iot that return types with arguments of type GetPolicyResult Modifier and Type Method Description Future<GetPolicyResult>
AbstractAWSIotAsync. getPolicyAsync(GetPolicyRequest request)
Future<GetPolicyResult>
AbstractAWSIotAsync. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Future<GetPolicyResult>
AWSIotAsync. getPolicyAsync(GetPolicyRequest getPolicyRequest)
Gets information about the specified policy with the policy document of the default version.Future<GetPolicyResult>
AWSIotAsync. getPolicyAsync(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Gets information about the specified policy with the policy document of the default version.Future<GetPolicyResult>
AWSIotAsyncClient. getPolicyAsync(GetPolicyRequest request)
Future<GetPolicyResult>
AWSIotAsyncClient. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Method parameters in com.amazonaws.services.iot with type arguments of type GetPolicyResult Modifier and Type Method Description Future<GetPolicyResult>
AbstractAWSIotAsync. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Future<GetPolicyResult>
AWSIotAsync. getPolicyAsync(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Gets information about the specified policy with the policy document of the default version.Future<GetPolicyResult>
AWSIotAsyncClient. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
-
Uses of GetPolicyResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return GetPolicyResult Modifier and Type Method Description GetPolicyResult
GetPolicyResult. clone()
GetPolicyResult
GetPolicyResult. withDefaultVersionId(String defaultVersionId)
The default policy version ID.GetPolicyResult
GetPolicyResult. withPolicyArn(String policyArn)
The policy ARN.GetPolicyResult
GetPolicyResult. withPolicyDocument(String policyDocument)
The JSON document that describes the policy.GetPolicyResult
GetPolicyResult. withPolicyName(String policyName)
The policy name.
-