Uses of Class
software.amazon.awssdk.services.iam.model.GetGroupResponse
-
Packages that use GetGroupResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of GetGroupResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetGroupResponse Modifier and Type Method Description default GetGroupResponseIamClient. getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)Returns a list of IAM users that are in the specified IAM group.default GetGroupResponseIamClient. getGroup(GetGroupRequest getGroupRequest)Returns a list of IAM users that are in the specified IAM group.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetGroupResponse Modifier and Type Method Description default CompletableFuture<GetGroupResponse>IamAsyncClient. getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)Returns a list of IAM users that are in the specified IAM group.default CompletableFuture<GetGroupResponse>IamAsyncClient. getGroup(GetGroupRequest getGroupRequest)Returns a list of IAM users that are in the specified IAM group. -
Uses of GetGroupResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type GetGroupResponse Modifier and Type Method Description Iterator<GetGroupResponse>GetGroupIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type GetGroupResponse Modifier and Type Method Description voidGetGroupPublisher. subscribe(org.reactivestreams.Subscriber<? super GetGroupResponse> subscriber)
-