| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default ListEntitiesForPolicyResponse |
IamClient.listEntitiesForPolicy(Consumer<ListEntitiesForPolicyRequest.Builder> listEntitiesForPolicyRequest)
Lists all IAM users, groups, and roles that the specified managed policy is attached to.
|
default CompletableFuture<ListEntitiesForPolicyResponse> |
IamAsyncClient.listEntitiesForPolicy(Consumer<ListEntitiesForPolicyRequest.Builder> listEntitiesForPolicyRequest)
Lists all IAM users, groups, and roles that the specified managed policy is attached to.
|
default ListEntitiesForPolicyIterable |
IamClient.listEntitiesForPolicyPaginator(Consumer<ListEntitiesForPolicyRequest.Builder> listEntitiesForPolicyRequest)
Lists all IAM users, groups, and roles that the specified managed policy is attached to.
|
default ListEntitiesForPolicyPublisher |
IamAsyncClient.listEntitiesForPolicyPaginator(Consumer<ListEntitiesForPolicyRequest.Builder> listEntitiesForPolicyRequest)
Lists all IAM users, groups, and roles that the specified managed policy is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
static ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.builder() |
ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.Builder.entityFilter(EntityType entityFilter)
The entity type to use for filtering the results.
|
ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.Builder.entityFilter(String entityFilter)
The entity type to use for filtering the results.
|
ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.Builder.marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the
results are truncated.
|
ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.Builder.maxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.Builder.pathPrefix(String pathPrefix)
The path prefix for filtering the results.
|
ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.Builder.policyArn(String policyArn)
The Amazon Resource Name (ARN) of the IAM policy for which you want the versions.
|
ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.Builder.policyUsageFilter(PolicyUsageType policyUsageFilter)
The policy usage method to use for filtering the results.
|
ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.Builder.policyUsageFilter(String policyUsageFilter)
The policy usage method to use for filtering the results.
|
ListEntitiesForPolicyRequest.Builder |
ListEntitiesForPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListEntitiesForPolicyRequest.Builder> |
ListEntitiesForPolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.