Uses of Class
com.amazonaws.services.identitymanagement.model.ListRolesResult
Packages that use ListRolesResult
Package
Description
-
Uses of ListRolesResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListRolesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listRoles()
AbstractAmazonIdentityManagement.listRoles
(ListRolesRequest request) AmazonIdentityManagement.listRoles()
Simplified method form for invoking the ListRoles operation.AmazonIdentityManagement.listRoles
(ListRolesRequest listRolesRequest) Lists the IAM roles that have the specified path prefix.AmazonIdentityManagementClient.listRoles()
AmazonIdentityManagementClient.listRoles
(ListRolesRequest listRolesRequest) Lists the IAM roles that have the specified path prefix.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type ListRolesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listRolesAsync()
Simplified method form for invoking the ListRoles operation.AbstractAmazonIdentityManagementAsync.listRolesAsync
(AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Simplified method form for invoking the ListRoles operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listRolesAsync
(ListRolesRequest request) AbstractAmazonIdentityManagementAsync.listRolesAsync
(ListRolesRequest request, AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) AmazonIdentityManagementAsync.listRolesAsync()
Simplified method form for invoking the ListRoles operation.AmazonIdentityManagementAsync.listRolesAsync
(AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Simplified method form for invoking the ListRoles operation with an AsyncHandler.AmazonIdentityManagementAsync.listRolesAsync
(ListRolesRequest listRolesRequest) Lists the IAM roles that have the specified path prefix.AmazonIdentityManagementAsync.listRolesAsync
(ListRolesRequest listRolesRequest, AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Lists the IAM roles that have the specified path prefix.AmazonIdentityManagementAsyncClient.listRolesAsync()
Simplified method form for invoking the ListRoles operation.AmazonIdentityManagementAsyncClient.listRolesAsync
(AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Simplified method form for invoking the ListRoles operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listRolesAsync
(ListRolesRequest request) AmazonIdentityManagementAsyncClient.listRolesAsync
(ListRolesRequest request, AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListRolesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listRolesAsync
(AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Simplified method form for invoking the ListRoles operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listRolesAsync
(ListRolesRequest request, AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) AmazonIdentityManagementAsync.listRolesAsync
(AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Simplified method form for invoking the ListRoles operation with an AsyncHandler.AmazonIdentityManagementAsync.listRolesAsync
(ListRolesRequest listRolesRequest, AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Lists the IAM roles that have the specified path prefix.AmazonIdentityManagementAsyncClient.listRolesAsync
(AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Simplified method form for invoking the ListRoles operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listRolesAsync
(ListRolesRequest request, AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) -
Uses of ListRolesResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListRolesResultModifier and TypeMethodDescriptionListRolesResult.clone()
ListRolesResult.withIsTruncated
(Boolean isTruncated) A flag that indicates whether there are more items to return.ListRolesResult.withMarker
(String marker) WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.A list of roles.ListRolesResult.withRoles
(Collection<Role> roles) A list of roles.