Uses of Class
software.amazon.awssdk.services.finspace.model.ListKxScalingGroupsResponse
-
Packages that use ListKxScalingGroupsResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments.software.amazon.awssdk.services.finspace.paginators -
-
Uses of ListKxScalingGroupsResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return ListKxScalingGroupsResponse Modifier and Type Method Description default ListKxScalingGroupsResponseFinspaceClient. listKxScalingGroups(Consumer<ListKxScalingGroupsRequest.Builder> listKxScalingGroupsRequest)Returns a list of scaling groups in a kdb environment.default ListKxScalingGroupsResponseFinspaceClient. listKxScalingGroups(ListKxScalingGroupsRequest listKxScalingGroupsRequest)Returns a list of scaling groups in a kdb environment.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type ListKxScalingGroupsResponse Modifier and Type Method Description default CompletableFuture<ListKxScalingGroupsResponse>FinspaceAsyncClient. listKxScalingGroups(Consumer<ListKxScalingGroupsRequest.Builder> listKxScalingGroupsRequest)Returns a list of scaling groups in a kdb environment.default CompletableFuture<ListKxScalingGroupsResponse>FinspaceAsyncClient. listKxScalingGroups(ListKxScalingGroupsRequest listKxScalingGroupsRequest)Returns a list of scaling groups in a kdb environment. -
Uses of ListKxScalingGroupsResponse in software.amazon.awssdk.services.finspace.paginators
Methods in software.amazon.awssdk.services.finspace.paginators that return types with arguments of type ListKxScalingGroupsResponse Modifier and Type Method Description Iterator<ListKxScalingGroupsResponse>ListKxScalingGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.finspace.paginators with type arguments of type ListKxScalingGroupsResponse Modifier and Type Method Description voidListKxScalingGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListKxScalingGroupsResponse> subscriber)
-