Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeFleetHistoryRequest.Builder
Packages that use DescribeFleetHistoryRequest.Builder
Package
Description
-
Uses of DescribeFleetHistoryRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeFleetHistoryRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeFleetHistory(Consumer<DescribeFleetHistoryRequest.Builder> describeFleetHistoryRequest) Describes the events for the specified EC2 Fleet during the specified time.default DescribeFleetHistoryResponseEc2Client.describeFleetHistory(Consumer<DescribeFleetHistoryRequest.Builder> describeFleetHistoryRequest) Describes the events for the specified EC2 Fleet during the specified time. -
Uses of DescribeFleetHistoryRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeFleetHistoryRequest.BuilderModifier and TypeMethodDescriptionDescribeFleetHistoryRequest.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.DescribeFleetHistoryRequest.Builder.eventType(FleetEventType eventType) The type of events to describe.The ID of the EC2 Fleet.DescribeFleetHistoryRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this request.The token returned from a previous paginated request.DescribeFleetHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeFleetHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).DescribeFleetHistoryRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeFleetHistoryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeFleetHistoryRequest.Builder>DescribeFleetHistoryRequest.serializableBuilderClass()