Uses of Class
com.amazonaws.services.identitymanagement.model.ListPoliciesResult
Packages that use ListPoliciesResult
Package
Description
-
Uses of ListPoliciesResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListPoliciesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listPolicies()
AbstractAmazonIdentityManagement.listPolicies
(ListPoliciesRequest request) AmazonIdentityManagement.listPolicies()
Simplified method form for invoking the ListPolicies operation.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()
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.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type ListPoliciesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listPoliciesAsync()
Simplified method form for invoking the ListPolicies operation.AbstractAmazonIdentityManagementAsync.listPoliciesAsync
(AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Simplified method form for invoking the ListPolicies operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listPoliciesAsync
(ListPoliciesRequest request) AbstractAmazonIdentityManagementAsync.listPoliciesAsync
(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) AmazonIdentityManagementAsync.listPoliciesAsync()
Simplified method form for invoking the ListPolicies operation.AmazonIdentityManagementAsync.listPoliciesAsync
(AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Simplified method form for invoking the ListPolicies operation with an 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()
Simplified method form for invoking the ListPolicies operation.AmazonIdentityManagementAsyncClient.listPoliciesAsync
(AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Simplified method form for invoking the ListPolicies operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listPoliciesAsync
(ListPoliciesRequest request) AmazonIdentityManagementAsyncClient.listPoliciesAsync
(ListPoliciesRequest request, AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListPoliciesResultModifier 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 ListPoliciesResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListPoliciesResultModifier and TypeMethodDescriptionListPoliciesResult.clone()
ListPoliciesResult.withIsTruncated
(Boolean isTruncated) A flag that indicates whether there are more items to return.ListPoliciesResult.withMarker
(String marker) WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.ListPoliciesResult.withPolicies
(Policy... policies) A list of policies.ListPoliciesResult.withPolicies
(Collection<Policy> policies) A list of policies.