Uses of Class
com.amazonaws.services.iot.model.GetPolicyVersionResult
-
Packages that use GetPolicyVersionResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of GetPolicyVersionResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return GetPolicyVersionResult Modifier and Type Method Description GetPolicyVersionResultAbstractAWSIot. getPolicyVersion(GetPolicyVersionRequest request)GetPolicyVersionResultAWSIot. getPolicyVersion(GetPolicyVersionRequest getPolicyVersionRequest)Gets information about the specified policy version.GetPolicyVersionResultAWSIotClient. getPolicyVersion(GetPolicyVersionRequest getPolicyVersionRequest)Gets information about the specified policy version.Method parameters in com.amazonaws.services.iot with type arguments of type GetPolicyVersionResult Modifier and Type Method Description Future<GetPolicyVersionResult>AbstractAWSIotAsync. getPolicyVersionAsync(GetPolicyVersionRequest request, AsyncHandler<GetPolicyVersionRequest,GetPolicyVersionResult> asyncHandler)Future<GetPolicyVersionResult>AWSIotAsync. getPolicyVersionAsync(GetPolicyVersionRequest getPolicyVersionRequest, AsyncHandler<GetPolicyVersionRequest,GetPolicyVersionResult> asyncHandler)Gets information about the specified policy version.Future<GetPolicyVersionResult>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 GetPolicyVersionResult Modifier and Type Method Description GetPolicyVersionResultGetPolicyVersionResult. clone()GetPolicyVersionResultGetPolicyVersionResult. withIsDefaultVersion(Boolean isDefaultVersion)Specifies whether the policy version is the default.GetPolicyVersionResultGetPolicyVersionResult. withPolicyArn(String policyArn)The policy ARN.GetPolicyVersionResultGetPolicyVersionResult. withPolicyDocument(String policyDocument)The JSON document that describes the policy.GetPolicyVersionResultGetPolicyVersionResult. withPolicyName(String policyName)The policy name.GetPolicyVersionResultGetPolicyVersionResult. withPolicyVersionId(String policyVersionId)The policy version ID.
-