Uses of Class
software.amazon.awssdk.services.groundstation.model.GetMinuteUsageResponse
-
Packages that use GetMinuteUsageResponse Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference. -
-
Uses of GetMinuteUsageResponse in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation that return GetMinuteUsageResponse Modifier and Type Method Description default GetMinuteUsageResponseGroundStationClient. getMinuteUsage(Consumer<GetMinuteUsageRequest.Builder> getMinuteUsageRequest)Returns the number of reserved minutes used by account.default GetMinuteUsageResponseGroundStationClient. getMinuteUsage(GetMinuteUsageRequest getMinuteUsageRequest)Returns the number of reserved minutes used by account.Methods in software.amazon.awssdk.services.groundstation that return types with arguments of type GetMinuteUsageResponse Modifier and Type Method Description default CompletableFuture<GetMinuteUsageResponse>GroundStationAsyncClient. getMinuteUsage(Consumer<GetMinuteUsageRequest.Builder> getMinuteUsageRequest)Returns the number of reserved minutes used by account.default CompletableFuture<GetMinuteUsageResponse>GroundStationAsyncClient. getMinuteUsage(GetMinuteUsageRequest getMinuteUsageRequest)Returns the number of reserved minutes used by account.
-