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 ListRolesResultAbstractAmazonIdentityManagement. listRoles()ListRolesResultAbstractAmazonIdentityManagement. listRoles(ListRolesRequest request)ListRolesResultAmazonIdentityManagement. listRoles()Simplified method form for invoking the ListRoles operation.ListRolesResultAmazonIdentityManagement. listRoles(ListRolesRequest listRolesRequest)Lists the IAM roles that have the specified path prefix.ListRolesResultAmazonIdentityManagementClient. listRoles()ListRolesResultAmazonIdentityManagementClient. 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 ListRolesResultListRolesResult. clone()ListRolesResultListRolesResult. withIsTruncated(Boolean isTruncated)A flag that indicates whether there are more items to return.ListRolesResultListRolesResult. withMarker(String marker)WhenIsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.ListRolesResultListRolesResult. withRoles(Role... roles)A list of roles.ListRolesResultListRolesResult. withRoles(Collection<Role> roles)A list of roles.
-