Uses of Class
com.amazonaws.services.identitymanagement.model.ListGroupPoliciesResult
Packages that use ListGroupPoliciesResult
Package
Description
-
Uses of ListGroupPoliciesResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListGroupPoliciesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listGroupPolicies
(ListGroupPoliciesRequest request) AmazonIdentityManagement.listGroupPolicies
(ListGroupPoliciesRequest listGroupPoliciesRequest) Lists the names of the inline policies that are embedded in the specified IAM group.AmazonIdentityManagementClient.listGroupPolicies
(ListGroupPoliciesRequest listGroupPoliciesRequest) Lists the names of the inline policies that are embedded in the specified IAM group.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type ListGroupPoliciesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listGroupPoliciesAsync
(ListGroupPoliciesRequest request) AbstractAmazonIdentityManagementAsync.listGroupPoliciesAsync
(ListGroupPoliciesRequest request, AsyncHandler<ListGroupPoliciesRequest, ListGroupPoliciesResult> asyncHandler) AmazonIdentityManagementAsync.listGroupPoliciesAsync
(ListGroupPoliciesRequest listGroupPoliciesRequest) Lists the names of the inline policies that are embedded in the specified IAM group.AmazonIdentityManagementAsync.listGroupPoliciesAsync
(ListGroupPoliciesRequest listGroupPoliciesRequest, AsyncHandler<ListGroupPoliciesRequest, ListGroupPoliciesResult> asyncHandler) Lists the names of the inline policies that are embedded in the specified IAM group.AmazonIdentityManagementAsyncClient.listGroupPoliciesAsync
(ListGroupPoliciesRequest request) AmazonIdentityManagementAsyncClient.listGroupPoliciesAsync
(ListGroupPoliciesRequest request, AsyncHandler<ListGroupPoliciesRequest, ListGroupPoliciesResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListGroupPoliciesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listGroupPoliciesAsync
(ListGroupPoliciesRequest request, AsyncHandler<ListGroupPoliciesRequest, ListGroupPoliciesResult> asyncHandler) AmazonIdentityManagementAsync.listGroupPoliciesAsync
(ListGroupPoliciesRequest listGroupPoliciesRequest, AsyncHandler<ListGroupPoliciesRequest, ListGroupPoliciesResult> asyncHandler) Lists the names of the inline policies that are embedded in the specified IAM group.AmazonIdentityManagementAsyncClient.listGroupPoliciesAsync
(ListGroupPoliciesRequest request, AsyncHandler<ListGroupPoliciesRequest, ListGroupPoliciesResult> asyncHandler) -
Uses of ListGroupPoliciesResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListGroupPoliciesResultModifier and TypeMethodDescriptionListGroupPoliciesResult.clone()
ListGroupPoliciesResult.withIsTruncated
(Boolean isTruncated) A flag that indicates whether there are more items to return.ListGroupPoliciesResult.withMarker
(String marker) WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.ListGroupPoliciesResult.withPolicyNames
(String... policyNames) A list of policy names.ListGroupPoliciesResult.withPolicyNames
(Collection<String> policyNames) A list of policy names.