Uses of Class
com.amazonaws.services.iot.model.GetPolicyRequest
-
Packages that use GetPolicyRequest Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of GetPolicyRequest in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot with parameters of type GetPolicyRequest 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.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 GetPolicyRequest 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 GetPolicyRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return GetPolicyRequest Modifier and Type Method Description GetPolicyRequest
GetPolicyRequest. clone()
GetPolicyRequest
GetPolicyRequest. withPolicyName(String policyName)
The name of the policy.
-