Uses of Class
com.amazonaws.services.ec2.model.SpotDatafeedSubscription
Packages that use SpotDatafeedSubscription
-
Uses of SpotDatafeedSubscription in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SpotDatafeedSubscriptionModifier and TypeMethodDescriptionSpotDatafeedSubscription.clone()CreateSpotDatafeedSubscriptionResult.getSpotDatafeedSubscription()The Spot instance data feed subscription.DescribeSpotDatafeedSubscriptionResult.getSpotDatafeedSubscription()The Spot instance data feed subscription.SpotDatafeedSubscription.withBucket(String bucket) The Amazon S3 bucket where the Spot instance data feed is located.SpotDatafeedSubscription.withFault(SpotInstanceStateFault fault) The fault codes for the Spot instance request, if any.SpotDatafeedSubscription.withOwnerId(String ownerId) The AWS account ID of the account.SpotDatafeedSubscription.withPrefix(String prefix) The prefix that is prepended to data feed files.SpotDatafeedSubscription.withState(DatafeedSubscriptionState state) The state of the Spot instance data feed subscription.The state of the Spot instance data feed subscription.Methods in com.amazonaws.services.ec2.model with parameters of type SpotDatafeedSubscriptionModifier and TypeMethodDescriptionvoidCreateSpotDatafeedSubscriptionResult.setSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription) The Spot instance data feed subscription.voidDescribeSpotDatafeedSubscriptionResult.setSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription) The Spot instance data feed subscription.CreateSpotDatafeedSubscriptionResult.withSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription) The Spot instance data feed subscription.DescribeSpotDatafeedSubscriptionResult.withSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription) The Spot instance data feed subscription.