Uses of Class
software.amazon.awssdk.services.iam.model.GetPolicyVersionResponse
-
Packages that use GetPolicyVersionResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of GetPolicyVersionResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetPolicyVersionResponse Modifier and Type Method Description default GetPolicyVersionResponseIamClient. getPolicyVersion(Consumer<GetPolicyVersionRequest.Builder> getPolicyVersionRequest)Retrieves information about the specified version of the specified managed policy, including the policy document.default GetPolicyVersionResponseIamClient. getPolicyVersion(GetPolicyVersionRequest getPolicyVersionRequest)Retrieves information about the specified version of the specified managed policy, including the policy document.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetPolicyVersionResponse Modifier and Type Method Description default CompletableFuture<GetPolicyVersionResponse>IamAsyncClient. getPolicyVersion(Consumer<GetPolicyVersionRequest.Builder> getPolicyVersionRequest)Retrieves information about the specified version of the specified managed policy, including the policy document.default CompletableFuture<GetPolicyVersionResponse>IamAsyncClient. getPolicyVersion(GetPolicyVersionRequest getPolicyVersionRequest)Retrieves information about the specified version of the specified managed policy, including the policy document.
-