Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestHistoryRequest.Builder
Packages that use DescribeSpotFleetRequestHistoryRequest.Builder
Package
Description
-
Uses of DescribeSpotFleetRequestHistoryRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeSpotFleetRequestHistoryRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeSpotFleetRequestHistory(Consumer<DescribeSpotFleetRequestHistoryRequest.Builder> describeSpotFleetRequestHistoryRequest) Describes the events for the specified Spot Fleet request during the specified time.Ec2Client.describeSpotFleetRequestHistory(Consumer<DescribeSpotFleetRequestHistoryRequest.Builder> describeSpotFleetRequestHistoryRequest) Describes the events for the specified Spot Fleet request during the specified time. -
Uses of DescribeSpotFleetRequestHistoryRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeSpotFleetRequestHistoryRequest.BuilderModifier and TypeMethodDescriptionDescribeSpotFleetRequestHistoryRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The type of events to describe.The type of events to describe.DescribeSpotFleetRequestHistoryRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this request.The token to include in another request to get the next page of items.DescribeSpotFleetRequestHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeSpotFleetRequestHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeSpotFleetRequestHistoryRequest.Builder.spotFleetRequestId(String spotFleetRequestId) The ID of the Spot Fleet request.The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).DescribeSpotFleetRequestHistoryRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeSpotFleetRequestHistoryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeSpotFleetRequestHistoryRequest.Builder>DescribeSpotFleetRequestHistoryRequest.serializableBuilderClass()