Uses of Interface
software.amazon.awssdk.services.iam.model.GetPolicyRequest.Builder
-
Packages that use GetPolicyRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model software.amazon.awssdk.services.iam.waiters -
-
Uses of GetPolicyRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type GetPolicyRequest.Builder 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 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. -
Uses of GetPolicyRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return GetPolicyRequest.Builder Modifier and Type Method Description static GetPolicyRequest.BuilderGetPolicyRequest. builder()GetPolicyRequest.BuilderGetPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPolicyRequest.BuilderGetPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPolicyRequest.BuilderGetPolicyRequest.Builder. policyArn(String policyArn)The Amazon Resource Name (ARN) of the managed policy that you want information about.GetPolicyRequest.BuilderGetPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type GetPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetPolicyRequest.Builder>GetPolicyRequest. serializableBuilderClass() -
Uses of GetPolicyRequest.Builder in software.amazon.awssdk.services.iam.waiters
Method parameters in software.amazon.awssdk.services.iam.waiters with type arguments of type GetPolicyRequest.Builder 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 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.
-