| Package | Description |
|---|---|
| com.amazonaws.services.groundstation |
Welcome to the AWS Ground Station API Reference.
|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
GetMinuteUsageResult |
AWSGroundStationClient.getMinuteUsage(GetMinuteUsageRequest request)
Returns the number of minutes used by account.
|
GetMinuteUsageResult |
AWSGroundStation.getMinuteUsage(GetMinuteUsageRequest getMinuteUsageRequest)
Returns the number of minutes used by account.
|
GetMinuteUsageResult |
AbstractAWSGroundStation.getMinuteUsage(GetMinuteUsageRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMinuteUsageResult> |
AWSGroundStationAsync.getMinuteUsageAsync(GetMinuteUsageRequest getMinuteUsageRequest,
AsyncHandler<GetMinuteUsageRequest,GetMinuteUsageResult> asyncHandler)
Returns the number of minutes used by account.
|
Future<GetMinuteUsageResult> |
AbstractAWSGroundStationAsync.getMinuteUsageAsync(GetMinuteUsageRequest request,
AsyncHandler<GetMinuteUsageRequest,GetMinuteUsageResult> asyncHandler) |
Future<GetMinuteUsageResult> |
AWSGroundStationAsyncClient.getMinuteUsageAsync(GetMinuteUsageRequest request,
AsyncHandler<GetMinuteUsageRequest,GetMinuteUsageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMinuteUsageResult |
GetMinuteUsageResult.clone() |
GetMinuteUsageResult |
GetMinuteUsageResult.withEstimatedMinutesRemaining(Integer estimatedMinutesRemaining)
Estimated number of minutes remaining for an account, specific to the month being requested.
|
GetMinuteUsageResult |
GetMinuteUsageResult.withIsReservedMinutesCustomer(Boolean isReservedMinutesCustomer)
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month
being requested.
|
GetMinuteUsageResult |
GetMinuteUsageResult.withTotalReservedMinuteAllocation(Integer totalReservedMinuteAllocation)
Total number of reserved minutes allocated, specific to the month being requested.
|
GetMinuteUsageResult |
GetMinuteUsageResult.withTotalScheduledMinutes(Integer totalScheduledMinutes)
Total scheduled minutes for an account, specific to the month being requested.
|
GetMinuteUsageResult |
GetMinuteUsageResult.withUpcomingMinutesScheduled(Integer upcomingMinutesScheduled)
Upcoming minutes scheduled for an account, specific to the month being requested.
|
Copyright © 2022. All rights reserved.