Uses of Class
software.amazon.awssdk.services.iam.model.ListGroupPoliciesResponse
-
Packages that use ListGroupPoliciesResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListGroupPoliciesResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListGroupPoliciesResponse Modifier and Type Method Description default ListGroupPoliciesResponseIamClient. listGroupPolicies(Consumer<ListGroupPoliciesRequest.Builder> listGroupPoliciesRequest)Lists the names of the inline policies that are embedded in the specified IAM group.default ListGroupPoliciesResponseIamClient. listGroupPolicies(ListGroupPoliciesRequest listGroupPoliciesRequest)Lists the names of the inline policies that are embedded in the specified IAM group.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListGroupPoliciesResponse Modifier and Type Method Description default CompletableFuture<ListGroupPoliciesResponse>IamAsyncClient. listGroupPolicies(Consumer<ListGroupPoliciesRequest.Builder> listGroupPoliciesRequest)Lists the names of the inline policies that are embedded in the specified IAM group.default CompletableFuture<ListGroupPoliciesResponse>IamAsyncClient. listGroupPolicies(ListGroupPoliciesRequest listGroupPoliciesRequest)Lists the names of the inline policies that are embedded in the specified IAM group. -
Uses of ListGroupPoliciesResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListGroupPoliciesResponse Modifier and Type Method Description Iterator<ListGroupPoliciesResponse>ListGroupPoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListGroupPoliciesResponse Modifier and Type Method Description voidListGroupPoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupPoliciesResponse> subscriber)
-