Uses of Class
com.amazonaws.services.ec2.model.SpotDatafeedSubscription
-
Packages that use SpotDatafeedSubscription Package Description com.amazonaws.services.ec2.model -
-
Uses of SpotDatafeedSubscription in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SpotDatafeedSubscription Modifier and Type Method 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 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 AWS account ID of the account.SpotDatafeedSubscription
SpotDatafeedSubscription. withPrefix(String prefix)
The prefix that is prepended to 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.Methods in com.amazonaws.services.ec2.model with parameters of type SpotDatafeedSubscription Modifier and Type Method 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.
-