Uses of Class
software.amazon.awssdk.services.iam.model.ListInstanceProfilesResponse
-
Packages that use ListInstanceProfilesResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListInstanceProfilesResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListInstanceProfilesResponse Modifier and Type Method Description default ListInstanceProfilesResponseIamClient. listInstanceProfiles()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 ListInstanceProfilesResponseIamClient. listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest)Lists the instance profiles that have the specified path prefix.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListInstanceProfilesResponse Modifier and Type Method Description default CompletableFuture<ListInstanceProfilesResponse>IamAsyncClient. listInstanceProfiles()Lists the instance profiles that have the specified path prefix.default CompletableFuture<ListInstanceProfilesResponse>IamAsyncClient. listInstanceProfiles(Consumer<ListInstanceProfilesRequest.Builder> listInstanceProfilesRequest)Lists the instance profiles that have the specified path prefix.default CompletableFuture<ListInstanceProfilesResponse>IamAsyncClient. listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest)Lists the instance profiles that have the specified path prefix. -
Uses of ListInstanceProfilesResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListInstanceProfilesResponse Modifier and Type Method Description Iterator<ListInstanceProfilesResponse>ListInstanceProfilesIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListInstanceProfilesResponse Modifier and Type Method Description voidListInstanceProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInstanceProfilesResponse> subscriber)
-