Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SpotDatafeedSubscription |
SpotDatafeedSubscription.clone() |
SpotDatafeedSubscription |
CreateSpotDatafeedSubscriptionResult.getSpotDatafeedSubscription()
The Spot Instance data feed subscription.
|
SpotDatafeedSubscription |
DescribeSpotDatafeedSubscriptionResult.getSpotDatafeedSubscription()
The Spot Instance data feed subscription.
|
SpotDatafeedSubscription |
SpotDatafeedSubscription.withBucket(String bucket)
The name of the Amazon S3 bucket where the Spot Instance data feed is located.
|
SpotDatafeedSubscription |
SpotDatafeedSubscription.withFault(SpotInstanceStateFault fault)
The fault codes for the Spot Instance request, if any.
|
SpotDatafeedSubscription |
SpotDatafeedSubscription.withOwnerId(String ownerId)
The Amazon Web Services account ID of the account.
|
SpotDatafeedSubscription |
SpotDatafeedSubscription.withPrefix(String prefix)
The prefix for the data feed files.
|
SpotDatafeedSubscription |
SpotDatafeedSubscription.withState(DatafeedSubscriptionState state)
The state of the Spot Instance data feed subscription.
|
SpotDatafeedSubscription |
SpotDatafeedSubscription.withState(String state)
The state of the Spot Instance data feed subscription.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateSpotDatafeedSubscriptionResult.setSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription)
The Spot Instance data feed subscription.
|
void |
DescribeSpotDatafeedSubscriptionResult.setSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription)
The Spot Instance data feed subscription.
|
CreateSpotDatafeedSubscriptionResult |
CreateSpotDatafeedSubscriptionResult.withSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription)
The Spot Instance data feed subscription.
|
DescribeSpotDatafeedSubscriptionResult |
DescribeSpotDatafeedSubscriptionResult.withSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription)
The Spot Instance data feed subscription.
|
Copyright © 2021. All rights reserved.