Uses of Class
software.amazon.awssdk.services.iam.model.ListRolesResponse
-
Packages that use ListRolesResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListRolesResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListRolesResponse Modifier and Type Method Description default ListRolesResponseIamClient. listRoles()Lists the IAM roles that have the specified path prefix.default ListRolesResponseIamClient. listRoles(Consumer<ListRolesRequest.Builder> listRolesRequest)Lists the IAM roles that have the specified path prefix.default ListRolesResponseIamClient. listRoles(ListRolesRequest listRolesRequest)Lists the IAM roles that have the specified path prefix.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListRolesResponse Modifier and Type Method Description default CompletableFuture<ListRolesResponse>IamAsyncClient. listRoles()Lists the IAM roles that have the specified path prefix.default CompletableFuture<ListRolesResponse>IamAsyncClient. listRoles(Consumer<ListRolesRequest.Builder> listRolesRequest)Lists the IAM roles that have the specified path prefix.default CompletableFuture<ListRolesResponse>IamAsyncClient. listRoles(ListRolesRequest listRolesRequest)Lists the IAM roles that have the specified path prefix. -
Uses of ListRolesResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListRolesResponse Modifier and Type Method Description Iterator<ListRolesResponse>ListRolesIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListRolesResponse Modifier and Type Method Description voidListRolesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRolesResponse> subscriber)
-