Uses of Class
software.amazon.awssdk.services.iam.model.GetPolicyRequest
-
Packages that use GetPolicyRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.transform software.amazon.awssdk.services.iam.waiters -
-
Uses of GetPolicyRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type GetPolicyRequest Modifier and Type Method Description default CompletableFuture<GetPolicyResponse>IamAsyncClient. getPolicy(GetPolicyRequest getPolicyRequest)Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached.default GetPolicyResponseIamClient. getPolicy(GetPolicyRequest getPolicyRequest)Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached. -
Uses of GetPolicyRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type GetPolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetPolicyRequestMarshaller. marshall(GetPolicyRequest getPolicyRequest) -
Uses of GetPolicyRequest in software.amazon.awssdk.services.iam.waiters
Methods in software.amazon.awssdk.services.iam.waiters with parameters of type GetPolicyRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<GetPolicyResponse>>IamAsyncWaiter. waitUntilPolicyExists(GetPolicyRequest getPolicyRequest)PollsIamAsyncClient.getPolicy(software.amazon.awssdk.services.iam.model.GetPolicyRequest)API until the desired conditionPolicyExistsis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<GetPolicyResponse>>IamAsyncWaiter. waitUntilPolicyExists(GetPolicyRequest getPolicyRequest, WaiterOverrideConfiguration overrideConfig)PollsIamAsyncClient.getPolicy(software.amazon.awssdk.services.iam.model.GetPolicyRequest)API until the desired conditionPolicyExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetPolicyResponse>IamWaiter. waitUntilPolicyExists(GetPolicyRequest getPolicyRequest)PollsIamClient.getPolicy(software.amazon.awssdk.services.iam.model.GetPolicyRequest)API until the desired conditionPolicyExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetPolicyResponse>IamWaiter. waitUntilPolicyExists(GetPolicyRequest getPolicyRequest, WaiterOverrideConfiguration overrideConfig)PollsIamClient.getPolicy(software.amazon.awssdk.services.iam.model.GetPolicyRequest)API until the desired conditionPolicyExistsis met, or until it is determined that the resource will never enter into the desired state
-