Uses of Class
software.amazon.awssdk.services.iam.model.GetPolicyResponse
-
Packages that use GetPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.waiters -
-
Uses of GetPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetPolicyResponse Modifier and Type Method Description default GetPolicyResponseIamClient. getPolicy(Consumer<GetPolicyRequest.Builder> 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.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetPolicyResponse Modifier and Type Method Description default CompletableFuture<GetPolicyResponse>IamAsyncClient. getPolicy(Consumer<GetPolicyRequest.Builder> 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 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. -
Uses of GetPolicyResponse in software.amazon.awssdk.services.iam.waiters
Methods in software.amazon.awssdk.services.iam.waiters that return types with arguments of type GetPolicyResponse Modifier and Type Method Description default CompletableFuture<WaiterResponse<GetPolicyResponse>>IamAsyncWaiter. waitUntilPolicyExists(Consumer<GetPolicyRequest.Builder> 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 state.default CompletableFuture<WaiterResponse<GetPolicyResponse>>IamAsyncWaiter. waitUntilPolicyExists(Consumer<GetPolicyRequest.Builder> getPolicyRequest, Consumer<WaiterOverrideConfiguration.Builder> 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 state.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(Consumer<GetPolicyRequest.Builder> 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 state.default WaiterResponse<GetPolicyResponse>IamWaiter. waitUntilPolicyExists(Consumer<GetPolicyRequest.Builder> getPolicyRequest, Consumer<WaiterOverrideConfiguration.Builder> 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.default 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
-