Uses of Interface
software.amazon.awssdk.services.iam.model.ListEntitiesForPolicyRequest.Builder
-
Packages that use ListEntitiesForPolicyRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of ListEntitiesForPolicyRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type ListEntitiesForPolicyRequest.Builder Modifier and Type Method Description 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 ListEntitiesForPolicyResponseIamClient. listEntitiesForPolicy(Consumer<ListEntitiesForPolicyRequest.Builder> listEntitiesForPolicyRequest)Lists all IAM users, groups, and roles that the specified managed policy is attached to.default ListEntitiesForPolicyPublisherIamAsyncClient. listEntitiesForPolicyPaginator(Consumer<ListEntitiesForPolicyRequest.Builder> listEntitiesForPolicyRequest)Lists all IAM users, groups, and roles that the specified managed policy is attached to.default ListEntitiesForPolicyIterableIamClient. listEntitiesForPolicyPaginator(Consumer<ListEntitiesForPolicyRequest.Builder> listEntitiesForPolicyRequest)Lists all IAM users, groups, and roles that the specified managed policy is attached to. -
Uses of ListEntitiesForPolicyRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ListEntitiesForPolicyRequest.Builder Modifier and Type Method Description static ListEntitiesForPolicyRequest.BuilderListEntitiesForPolicyRequest. builder()ListEntitiesForPolicyRequest.BuilderListEntitiesForPolicyRequest.Builder. entityFilter(String entityFilter)The entity type to use for filtering the results.ListEntitiesForPolicyRequest.BuilderListEntitiesForPolicyRequest.Builder. entityFilter(EntityType entityFilter)The entity type to use for filtering the results.ListEntitiesForPolicyRequest.BuilderListEntitiesForPolicyRequest.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.BuilderListEntitiesForPolicyRequest.Builder. maxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.ListEntitiesForPolicyRequest.BuilderListEntitiesForPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEntitiesForPolicyRequest.BuilderListEntitiesForPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEntitiesForPolicyRequest.BuilderListEntitiesForPolicyRequest.Builder. pathPrefix(String pathPrefix)The path prefix for filtering the results.ListEntitiesForPolicyRequest.BuilderListEntitiesForPolicyRequest.Builder. policyArn(String policyArn)The Amazon Resource Name (ARN) of the IAM policy for which you want the versions.ListEntitiesForPolicyRequest.BuilderListEntitiesForPolicyRequest.Builder. policyUsageFilter(String policyUsageFilter)The policy usage method to use for filtering the results.ListEntitiesForPolicyRequest.BuilderListEntitiesForPolicyRequest.Builder. policyUsageFilter(PolicyUsageType policyUsageFilter)The policy usage method to use for filtering the results.ListEntitiesForPolicyRequest.BuilderListEntitiesForPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ListEntitiesForPolicyRequest.Builder Modifier and Type Method Description static Class<? extends ListEntitiesForPolicyRequest.Builder>ListEntitiesForPolicyRequest. serializableBuilderClass()
-