Uses of Class
com.amazonaws.services.identitymanagement.model.ListPoliciesRequest
Packages that use ListPoliciesRequest
Package
Description
-
Uses of ListPoliciesRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type ListPoliciesRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listPolicies
(ListPoliciesRequest request) AmazonIdentityManagement.listPolicies
(ListPoliciesRequest listPoliciesRequest) Lists all the managed policies that are available in your AWS account, including your own customer-defined managed policies and all AWS managed policies.AmazonIdentityManagementClient.listPolicies
(ListPoliciesRequest listPoliciesRequest) Lists all the managed policies that are available in your AWS account, including your own customer-defined managed policies and all AWS managed policies.AbstractAmazonIdentityManagementAsync.listPoliciesAsync
(ListPoliciesRequest request) AbstractAmazonIdentityManagementAsync.listPoliciesAsync
(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) AmazonIdentityManagementAsync.listPoliciesAsync
(ListPoliciesRequest listPoliciesRequest) Lists all the managed policies that are available in your AWS account, including your own customer-defined managed policies and all AWS managed policies.AmazonIdentityManagementAsync.listPoliciesAsync
(ListPoliciesRequest listPoliciesRequest, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Lists all the managed policies that are available in your AWS account, including your own customer-defined managed policies and all AWS managed policies.AmazonIdentityManagementAsyncClient.listPoliciesAsync
(ListPoliciesRequest request) AmazonIdentityManagementAsyncClient.listPoliciesAsync
(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListPoliciesRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listPoliciesAsync
(AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Simplified method form for invoking the ListPolicies operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listPoliciesAsync
(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) AmazonIdentityManagementAsync.listPoliciesAsync
(AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Simplified method form for invoking the ListPolicies operation with an AsyncHandler.AmazonIdentityManagementAsync.listPoliciesAsync
(ListPoliciesRequest listPoliciesRequest, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Lists all the managed policies that are available in your AWS account, including your own customer-defined managed policies and all AWS managed policies.AmazonIdentityManagementAsyncClient.listPoliciesAsync
(AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Simplified method form for invoking the ListPolicies operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listPoliciesAsync
(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) -
Uses of ListPoliciesRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListPoliciesRequestModifier and TypeMethodDescriptionListPoliciesRequest.clone()
ListPoliciesRequest.withMarker
(String marker) Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListPoliciesRequest.withMaxItems
(Integer maxItems) Use this only when paginating results to indicate the maximum number of items you want in the response.ListPoliciesRequest.withOnlyAttached
(Boolean onlyAttached) A flag to filter the results to only the attached policies.ListPoliciesRequest.withPathPrefix
(String pathPrefix) The path prefix for filtering the results.ListPoliciesRequest.withScope
(PolicyScopeType scope) The scope to use for filtering the results.The scope to use for filtering the results.