Uses of Class
com.amazonaws.services.iot.model.GetPolicyResult
Packages that use GetPolicyResult
-
Uses of GetPolicyResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return GetPolicyResultModifier and TypeMethodDescriptionAbstractAWSIot.getPolicy
(GetPolicyRequest request) AWSIot.getPolicy
(GetPolicyRequest getPolicyRequest) Gets information about the specified policy with the policy document of the default version.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 GetPolicyResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.getPolicyAsync
(GetPolicyRequest request) AbstractAWSIotAsync.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) AWSIotAsync.getPolicyAsync
(GetPolicyRequest getPolicyRequest) Gets information about the specified policy with the policy document of the default version.AWSIotAsync.getPolicyAsync
(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) Gets information about the specified policy with the policy document of the default version.AWSIotAsyncClient.getPolicyAsync
(GetPolicyRequest request) AWSIotAsyncClient.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type GetPolicyResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) AWSIotAsync.getPolicyAsync
(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) Gets information about the specified policy with the policy document of the default version.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 GetPolicyResultModifier and TypeMethodDescriptionGetPolicyResult.clone()
GetPolicyResult.withDefaultVersionId
(String defaultVersionId) The default policy version ID.GetPolicyResult.withPolicyArn
(String policyArn) The policy ARN.GetPolicyResult.withPolicyDocument
(String policyDocument) The JSON document that describes the policy.GetPolicyResult.withPolicyName
(String policyName) The policy name.