Uses of Class
software.amazon.awssdk.services.iam.model.ListRolesRequest
-
Packages that use ListRolesRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators software.amazon.awssdk.services.iam.transform -
-
Uses of ListRolesRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type ListRolesRequest Modifier and Type Method Description default CompletableFuture<ListRolesResponse>IamAsyncClient. listRoles(ListRolesRequest 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.default ListRolesPublisherIamAsyncClient. listRolesPaginator(ListRolesRequest listRolesRequest)Lists the IAM roles that have the specified path prefix.default ListRolesIterableIamClient. listRolesPaginator(ListRolesRequest listRolesRequest)Lists the IAM roles that have the specified path prefix. -
Uses of ListRolesRequest in software.amazon.awssdk.services.iam.paginators
Constructors in software.amazon.awssdk.services.iam.paginators with parameters of type ListRolesRequest Constructor Description ListRolesIterable(IamClient client, ListRolesRequest firstRequest)ListRolesPublisher(IamAsyncClient client, ListRolesRequest firstRequest) -
Uses of ListRolesRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type ListRolesRequest Modifier and Type Method Description SdkHttpFullRequestListRolesRequestMarshaller. marshall(ListRolesRequest listRolesRequest)
-