Uses of Interface
software.amazon.awssdk.services.ec2.model.PurchaseCapacityBlockRequest.Builder
Packages that use PurchaseCapacityBlockRequest.Builder
Package
Description
-
Uses of PurchaseCapacityBlockRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type PurchaseCapacityBlockRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.purchaseCapacityBlock(Consumer<PurchaseCapacityBlockRequest.Builder> purchaseCapacityBlockRequest) Purchase the Capacity Block for use with your account.default PurchaseCapacityBlockResponseEc2Client.purchaseCapacityBlock(Consumer<PurchaseCapacityBlockRequest.Builder> purchaseCapacityBlockRequest) Purchase the Capacity Block for use with your account. -
Uses of PurchaseCapacityBlockRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PurchaseCapacityBlockRequest.BuilderModifier and TypeMethodDescriptionPurchaseCapacityBlockRequest.builder()PurchaseCapacityBlockRequest.Builder.capacityBlockOfferingId(String capacityBlockOfferingId) The ID of the Capacity Block offering.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.PurchaseCapacityBlockRequest.Builder.instancePlatform(String instancePlatform) The type of operating system for which to reserve capacity.PurchaseCapacityBlockRequest.Builder.instancePlatform(CapacityReservationInstancePlatform instancePlatform) The type of operating system for which to reserve capacity.PurchaseCapacityBlockRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PurchaseCapacityBlockRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PurchaseCapacityBlockRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the Capacity Block during launch.PurchaseCapacityBlockRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the Capacity Block during launch.PurchaseCapacityBlockRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the Capacity Block during launch.PurchaseCapacityBlockRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PurchaseCapacityBlockRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PurchaseCapacityBlockRequest.Builder>PurchaseCapacityBlockRequest.serializableBuilderClass()