Uses of Class
com.amazonaws.services.iot.model.GetPolicyVersionResult
Packages that use GetPolicyVersionResult
-
Uses of GetPolicyVersionResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return GetPolicyVersionResultModifier and TypeMethodDescriptionAbstractAWSIot.getPolicyVersion(GetPolicyVersionRequest request) AWSIot.getPolicyVersion(GetPolicyVersionRequest getPolicyVersionRequest) Gets information about the specified policy version.AWSIotClient.getPolicyVersion(GetPolicyVersionRequest getPolicyVersionRequest) Gets information about the specified policy version.Methods in com.amazonaws.services.iot that return types with arguments of type GetPolicyVersionResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.getPolicyVersionAsync(GetPolicyVersionRequest request) AbstractAWSIotAsync.getPolicyVersionAsync(GetPolicyVersionRequest request, AsyncHandler<GetPolicyVersionRequest, GetPolicyVersionResult> asyncHandler) AWSIotAsync.getPolicyVersionAsync(GetPolicyVersionRequest getPolicyVersionRequest) Gets information about the specified policy version.AWSIotAsync.getPolicyVersionAsync(GetPolicyVersionRequest getPolicyVersionRequest, AsyncHandler<GetPolicyVersionRequest, GetPolicyVersionResult> asyncHandler) Gets information about the specified policy version.AWSIotAsyncClient.getPolicyVersionAsync(GetPolicyVersionRequest request) AWSIotAsyncClient.getPolicyVersionAsync(GetPolicyVersionRequest request, AsyncHandler<GetPolicyVersionRequest, GetPolicyVersionResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type GetPolicyVersionResultModifier and TypeMethodDescriptionAbstractAWSIotAsync.getPolicyVersionAsync(GetPolicyVersionRequest request, AsyncHandler<GetPolicyVersionRequest, GetPolicyVersionResult> asyncHandler) AWSIotAsync.getPolicyVersionAsync(GetPolicyVersionRequest getPolicyVersionRequest, AsyncHandler<GetPolicyVersionRequest, GetPolicyVersionResult> asyncHandler) Gets information about the specified policy version.AWSIotAsyncClient.getPolicyVersionAsync(GetPolicyVersionRequest request, AsyncHandler<GetPolicyVersionRequest, GetPolicyVersionResult> asyncHandler) -
Uses of GetPolicyVersionResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return GetPolicyVersionResultModifier and TypeMethodDescriptionGetPolicyVersionResult.clone()GetPolicyVersionResult.withIsDefaultVersion(Boolean isDefaultVersion) Specifies whether the policy version is the default.GetPolicyVersionResult.withPolicyArn(String policyArn) The policy ARN.GetPolicyVersionResult.withPolicyDocument(String policyDocument) The JSON document that describes the policy.GetPolicyVersionResult.withPolicyName(String policyName) The policy name.GetPolicyVersionResult.withPolicyVersionId(String policyVersionId) The policy version ID.