Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyInstancePlacementRequest.Builder
Packages that use ModifyInstancePlacementRequest.Builder
Package
Description
-
Uses of ModifyInstancePlacementRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyInstancePlacementRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyInstancePlacement(Consumer<ModifyInstancePlacementRequest.Builder> modifyInstancePlacementRequest) Modifies the placement attributes for a specified instance.default ModifyInstancePlacementResponseEc2Client.modifyInstancePlacement(Consumer<ModifyInstancePlacementRequest.Builder> modifyInstancePlacementRequest) Modifies the placement attributes for a specified instance. -
Uses of ModifyInstancePlacementRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyInstancePlacementRequest.BuilderModifier and TypeMethodDescriptionThe affinity setting for the instance.The affinity setting for the instance.ModifyInstancePlacementRequest.builder()The Group Id of a placement group.The name of the placement group in which to place the instance.The ID of the Dedicated Host with which to associate the instance.ModifyInstancePlacementRequest.Builder.hostResourceGroupArn(String hostResourceGroupArn) The ARN of the host resource group in which to place the instance.ModifyInstancePlacementRequest.Builder.instanceId(String instanceId) The ID of the instance that you are modifying.ModifyInstancePlacementRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyInstancePlacementRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyInstancePlacementRequest.Builder.partitionNumber(Integer partitionNumber) The number of the partition in which to place the instance.The tenancy for the instance.ModifyInstancePlacementRequest.Builder.tenancy(HostTenancy tenancy) The tenancy for the instance.ModifyInstancePlacementRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyInstancePlacementRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyInstancePlacementRequest.Builder>ModifyInstancePlacementRequest.serializableBuilderClass()