Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest.Builder
Packages that use DescribeSpotPriceHistoryRequest.Builder
Package
Description
-
Uses of DescribeSpotPriceHistoryRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeSpotPriceHistoryRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeSpotPriceHistory(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest) Describes the Spot price history.default DescribeSpotPriceHistoryResponseEc2Client.describeSpotPriceHistory(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest) Describes the Spot price history.Ec2AsyncClient.describeSpotPriceHistoryPaginator(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest) This is a variant ofEc2AsyncClient.describeSpotPriceHistory(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest)operation.default DescribeSpotPriceHistoryIterableEc2Client.describeSpotPriceHistoryPaginator(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest) This is a variant ofEc2Client.describeSpotPriceHistory(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest)operation. -
Uses of DescribeSpotPriceHistoryRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeSpotPriceHistoryRequest.BuilderModifier and TypeMethodDescriptionDescribeSpotPriceHistoryRequest.Builder.availabilityZone(String availabilityZone) Filters the results by the specified Availability Zone.DescribeSpotPriceHistoryRequest.Builder.availabilityZoneId(String availabilityZoneId) Filters the results by the specified ID of the Availability Zone.DescribeSpotPriceHistoryRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).DescribeSpotPriceHistoryRequest.Builder.filters(Collection<Filter> filters) The filters.DescribeSpotPriceHistoryRequest.Builder.filters(Consumer<Filter.Builder>... filters) The filters.The filters.DescribeSpotPriceHistoryRequest.Builder.instanceTypes(Collection<InstanceType> instanceTypes) Filters the results by the specified instance types.DescribeSpotPriceHistoryRequest.Builder.instanceTypes(InstanceType... instanceTypes) Filters the results by the specified instance types.DescribeSpotPriceHistoryRequest.Builder.instanceTypesWithStrings(String... instanceTypes) Filters the results by the specified instance types.DescribeSpotPriceHistoryRequest.Builder.instanceTypesWithStrings(Collection<String> instanceTypes) Filters the results by the specified instance types.DescribeSpotPriceHistoryRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this request.The token returned from a previous paginated request.DescribeSpotPriceHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeSpotPriceHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeSpotPriceHistoryRequest.Builder.productDescriptions(String... productDescriptions) Filters the results by the specified basic product descriptions.DescribeSpotPriceHistoryRequest.Builder.productDescriptions(Collection<String> productDescriptions) Filters the results by the specified basic product descriptions.The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).DescribeSpotPriceHistoryRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeSpotPriceHistoryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeSpotPriceHistoryRequest.Builder>DescribeSpotPriceHistoryRequest.serializableBuilderClass()