Uses of Class
software.amazon.awssdk.services.iam.model.GetUserPolicyResponse
-
Packages that use GetUserPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of GetUserPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetUserPolicyResponse Modifier and Type Method Description default GetUserPolicyResponseIamClient. getUserPolicy(Consumer<GetUserPolicyRequest.Builder> getUserPolicyRequest)Retrieves the specified inline policy document that is embedded in the specified IAM user.default GetUserPolicyResponseIamClient. getUserPolicy(GetUserPolicyRequest getUserPolicyRequest)Retrieves the specified inline policy document that is embedded in the specified IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetUserPolicyResponse Modifier and Type Method Description default CompletableFuture<GetUserPolicyResponse>IamAsyncClient. getUserPolicy(Consumer<GetUserPolicyRequest.Builder> getUserPolicyRequest)Retrieves the specified inline policy document that is embedded in the specified IAM user.default CompletableFuture<GetUserPolicyResponse>IamAsyncClient. getUserPolicy(GetUserPolicyRequest getUserPolicyRequest)Retrieves the specified inline policy document that is embedded in the specified IAM user.
-