Uses of Interface
software.amazon.awssdk.services.ec2.model.AllocateHostsRequest.Builder
Packages that use AllocateHostsRequest.Builder
Package
Description
-
Uses of AllocateHostsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AllocateHostsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<AllocateHostsResponse>Ec2AsyncClient.allocateHosts(Consumer<AllocateHostsRequest.Builder> allocateHostsRequest) Allocates a Dedicated Host to your account.default AllocateHostsResponseEc2Client.allocateHosts(Consumer<AllocateHostsRequest.Builder> allocateHostsRequest) Allocates a Dedicated Host to your account. -
Uses of AllocateHostsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AllocateHostsRequest.BuilderModifier and TypeMethodDescriptionThe IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts.AllocateHostsRequest.Builder.assetIds(Collection<String> assetIds) The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts.AllocateHostsRequest.Builder.autoPlacement(String autoPlacement) Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.AllocateHostsRequest.Builder.autoPlacement(AutoPlacement autoPlacement) Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.AllocateHostsRequest.Builder.availabilityZone(String availabilityZone) The Availability Zone in which to allocate the Dedicated Host.AllocateHostsRequest.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone.static AllocateHostsRequest.BuilderAllocateHostsRequest.builder()AllocateHostsRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.AllocateHostsRequest.Builder.hostMaintenance(String hostMaintenance) Indicates whether to enable or disable host maintenance for the Dedicated Host.AllocateHostsRequest.Builder.hostMaintenance(HostMaintenance hostMaintenance) Indicates whether to enable or disable host maintenance for the Dedicated Host.AllocateHostsRequest.Builder.hostRecovery(String hostRecovery) Indicates whether to enable or disable host recovery for the Dedicated Host.AllocateHostsRequest.Builder.hostRecovery(HostRecovery hostRecovery) Indicates whether to enable or disable host recovery for the Dedicated Host.AllocateHostsRequest.Builder.instanceFamily(String instanceFamily) Specifies the instance family to be supported by the Dedicated Hosts.AllocateHostsRequest.Builder.instanceType(String instanceType) Specifies the instance type to be supported by the Dedicated Hosts.AllocateHostsRequest.Builder.outpostArn(String outpostArn) The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host.AllocateHostsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AllocateHostsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The number of Dedicated Hosts to allocate to your account with these parameters.AllocateHostsRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the Dedicated Host during creation.AllocateHostsRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the Dedicated Host during creation.AllocateHostsRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the Dedicated Host during creation.AllocateHostsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AllocateHostsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AllocateHostsRequest.Builder>AllocateHostsRequest.serializableBuilderClass()