| Package | Description |
|---|---|
| com.amazonaws.services.finspace |
The FinSpace management service provides the APIs for managing FinSpace environments.
|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListKxScalingGroupsResult> |
AWSfinspaceAsyncClient.listKxScalingGroupsAsync(ListKxScalingGroupsRequest request,
AsyncHandler<ListKxScalingGroupsRequest,ListKxScalingGroupsResult> asyncHandler) |
Future<ListKxScalingGroupsResult> |
AbstractAWSfinspaceAsync.listKxScalingGroupsAsync(ListKxScalingGroupsRequest request,
AsyncHandler<ListKxScalingGroupsRequest,ListKxScalingGroupsResult> asyncHandler) |
Future<ListKxScalingGroupsResult> |
AWSfinspaceAsync.listKxScalingGroupsAsync(ListKxScalingGroupsRequest listKxScalingGroupsRequest,
AsyncHandler<ListKxScalingGroupsRequest,ListKxScalingGroupsResult> asyncHandler)
Returns a list of scaling groups in a kdb environment.
|
| Modifier and Type | Method and Description |
|---|---|
ListKxScalingGroupsRequest |
ListKxScalingGroupsRequest.clone() |
ListKxScalingGroupsRequest |
ListKxScalingGroupsRequest.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, for which you want to retrieve a list of scaling groups.
|
ListKxScalingGroupsRequest |
ListKxScalingGroupsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListKxScalingGroupsRequest |
ListKxScalingGroupsRequest.withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
Copyright © 2025. All rights reserved.