Uses of Class
software.amazon.awssdk.services.iam.model.ListAttachedGroupPoliciesResponse
-
Packages that use ListAttachedGroupPoliciesResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListAttachedGroupPoliciesResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListAttachedGroupPoliciesResponse Modifier and Type Method Description default ListAttachedGroupPoliciesResponseIamClient. listAttachedGroupPolicies(Consumer<ListAttachedGroupPoliciesRequest.Builder> listAttachedGroupPoliciesRequest)Lists all managed policies that are attached to the specified IAM group.default ListAttachedGroupPoliciesResponseIamClient. listAttachedGroupPolicies(ListAttachedGroupPoliciesRequest listAttachedGroupPoliciesRequest)Lists all managed policies that are attached to the specified IAM group.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListAttachedGroupPoliciesResponse Modifier and Type Method Description default CompletableFuture<ListAttachedGroupPoliciesResponse>IamAsyncClient. listAttachedGroupPolicies(Consumer<ListAttachedGroupPoliciesRequest.Builder> listAttachedGroupPoliciesRequest)Lists all managed policies that are attached to the specified IAM group.default CompletableFuture<ListAttachedGroupPoliciesResponse>IamAsyncClient. listAttachedGroupPolicies(ListAttachedGroupPoliciesRequest listAttachedGroupPoliciesRequest)Lists all managed policies that are attached to the specified IAM group. -
Uses of ListAttachedGroupPoliciesResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListAttachedGroupPoliciesResponse Modifier and Type Method Description Iterator<ListAttachedGroupPoliciesResponse>ListAttachedGroupPoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListAttachedGroupPoliciesResponse Modifier and Type Method Description voidListAttachedGroupPoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAttachedGroupPoliciesResponse> subscriber)
-