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