Uses of Enum
software.amazon.awssdk.services.ec2.model.CapacityReservationTenancy
Packages that use CapacityReservationTenancy
-
Uses of CapacityReservationTenancy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityReservationTenancyModifier and TypeMethodDescriptionstatic CapacityReservationTenancyUse this in place of valueOf to convert the raw string returned by the service into the enum value.CapacityBlockExtensionOffering.tenancy()Indicates the tenancy of the Capacity Block extension offering.CapacityBlockOffering.tenancy()The tenancy of the Capacity Block.CapacityReservation.tenancy()Indicates the tenancy of the Capacity Reservation.CapacityReservationInfo.tenancy()The tenancy of the Capacity Reservation.CreateCapacityReservationRequest.tenancy()Indicates the tenancy of the Capacity Reservation.static CapacityReservationTenancyReturns the enum constant of this type with the specified name.static CapacityReservationTenancy[]CapacityReservationTenancy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityReservationTenancyModifier and TypeMethodDescriptionstatic Set<CapacityReservationTenancy>CapacityReservationTenancy.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityReservationTenancyModifier and TypeMethodDescriptionCapacityBlockExtensionOffering.Builder.tenancy(CapacityReservationTenancy tenancy) Indicates the tenancy of the Capacity Block extension offering.CapacityBlockOffering.Builder.tenancy(CapacityReservationTenancy tenancy) The tenancy of the Capacity Block.CapacityReservation.Builder.tenancy(CapacityReservationTenancy tenancy) Indicates the tenancy of the Capacity Reservation.CapacityReservationInfo.Builder.tenancy(CapacityReservationTenancy tenancy) The tenancy of the Capacity Reservation.CreateCapacityReservationRequest.Builder.tenancy(CapacityReservationTenancy tenancy) Indicates the tenancy of the Capacity Reservation.