Uses of Class
software.amazon.awssdk.services.finspace.model.DeleteKxScalingGroupResponse
-
Packages that use DeleteKxScalingGroupResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of DeleteKxScalingGroupResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return DeleteKxScalingGroupResponse Modifier and Type Method Description default DeleteKxScalingGroupResponseFinspaceClient. deleteKxScalingGroup(Consumer<DeleteKxScalingGroupRequest.Builder> deleteKxScalingGroupRequest)Deletes the specified scaling group.default DeleteKxScalingGroupResponseFinspaceClient. deleteKxScalingGroup(DeleteKxScalingGroupRequest deleteKxScalingGroupRequest)Deletes the specified scaling group.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type DeleteKxScalingGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteKxScalingGroupResponse>FinspaceAsyncClient. deleteKxScalingGroup(Consumer<DeleteKxScalingGroupRequest.Builder> deleteKxScalingGroupRequest)Deletes the specified scaling group.default CompletableFuture<DeleteKxScalingGroupResponse>FinspaceAsyncClient. deleteKxScalingGroup(DeleteKxScalingGroupRequest deleteKxScalingGroupRequest)Deletes the specified scaling group.
-