Uses of Class
software.amazon.awssdk.services.iam.model.ListInstanceProfilesForRoleResponse
-
Packages that use ListInstanceProfilesForRoleResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListInstanceProfilesForRoleResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListInstanceProfilesForRoleResponse Modifier and Type Method Description default ListInstanceProfilesForRoleResponseIamClient. listInstanceProfilesForRole(Consumer<ListInstanceProfilesForRoleRequest.Builder> listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role.default ListInstanceProfilesForRoleResponseIamClient. listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListInstanceProfilesForRoleResponse Modifier and Type Method Description default CompletableFuture<ListInstanceProfilesForRoleResponse>IamAsyncClient. listInstanceProfilesForRole(Consumer<ListInstanceProfilesForRoleRequest.Builder> listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role.default CompletableFuture<ListInstanceProfilesForRoleResponse>IamAsyncClient. listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role. -
Uses of ListInstanceProfilesForRoleResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListInstanceProfilesForRoleResponse Modifier and Type Method Description Iterator<ListInstanceProfilesForRoleResponse>ListInstanceProfilesForRoleIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListInstanceProfilesForRoleResponse Modifier and Type Method Description voidListInstanceProfilesForRolePublisher. subscribe(org.reactivestreams.Subscriber<? super ListInstanceProfilesForRoleResponse> subscriber)
-