Uses of Class
software.amazon.awssdk.services.finspace.model.GetKxScalingGroupResponse
-
Packages that use GetKxScalingGroupResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of GetKxScalingGroupResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return GetKxScalingGroupResponse Modifier and Type Method Description default GetKxScalingGroupResponseFinspaceClient. getKxScalingGroup(Consumer<GetKxScalingGroupRequest.Builder> getKxScalingGroupRequest)Retrieves details of a scaling group.default GetKxScalingGroupResponseFinspaceClient. getKxScalingGroup(GetKxScalingGroupRequest getKxScalingGroupRequest)Retrieves details of a scaling group.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type GetKxScalingGroupResponse Modifier and Type Method Description default CompletableFuture<GetKxScalingGroupResponse>FinspaceAsyncClient. getKxScalingGroup(Consumer<GetKxScalingGroupRequest.Builder> getKxScalingGroupRequest)Retrieves details of a scaling group.default CompletableFuture<GetKxScalingGroupResponse>FinspaceAsyncClient. getKxScalingGroup(GetKxScalingGroupRequest getKxScalingGroupRequest)Retrieves details of a scaling group.
-