Uses of Interface
software.amazon.awssdk.services.iam.model.ListInstanceProfilesRequest.Builder
-
Packages that use ListInstanceProfilesRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of ListInstanceProfilesRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type ListInstanceProfilesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListInstanceProfilesResponse>IamAsyncClient. listInstanceProfiles(Consumer<ListInstanceProfilesRequest.Builder> listInstanceProfilesRequest)Lists the instance profiles that have the specified path prefix.default ListInstanceProfilesResponseIamClient. listInstanceProfiles(Consumer<ListInstanceProfilesRequest.Builder> listInstanceProfilesRequest)Lists the instance profiles that have the specified path prefix.default ListInstanceProfilesPublisherIamAsyncClient. listInstanceProfilesPaginator(Consumer<ListInstanceProfilesRequest.Builder> listInstanceProfilesRequest)Lists the instance profiles that have the specified path prefix.default ListInstanceProfilesIterableIamClient. listInstanceProfilesPaginator(Consumer<ListInstanceProfilesRequest.Builder> listInstanceProfilesRequest)Lists the instance profiles that have the specified path prefix. -
Uses of ListInstanceProfilesRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ListInstanceProfilesRequest.Builder Modifier and Type Method Description static ListInstanceProfilesRequest.BuilderListInstanceProfilesRequest. builder()ListInstanceProfilesRequest.BuilderListInstanceProfilesRequest.Builder. marker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListInstanceProfilesRequest.BuilderListInstanceProfilesRequest.Builder. maxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.ListInstanceProfilesRequest.BuilderListInstanceProfilesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInstanceProfilesRequest.BuilderListInstanceProfilesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInstanceProfilesRequest.BuilderListInstanceProfilesRequest.Builder. pathPrefix(String pathPrefix)The path prefix for filtering the results.ListInstanceProfilesRequest.BuilderListInstanceProfilesRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ListInstanceProfilesRequest.Builder Modifier and Type Method Description static Class<? extends ListInstanceProfilesRequest.Builder>ListInstanceProfilesRequest. serializableBuilderClass()
-