Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityReservationTenancy
-
Packages that use CapacityReservationTenancy Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CapacityReservationTenancy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityReservationTenancy Modifier and Type Method Description static CapacityReservationTenancyCapacityReservationTenancy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CapacityReservationTenancyCapacityBlockOffering. tenancy()The tenancy of the Capacity Block.CapacityReservationTenancyCapacityReservation. tenancy()Indicates the tenancy of the Capacity Reservation.CapacityReservationTenancyCreateCapacityReservationRequest. tenancy()Indicates the tenancy of the Capacity Reservation.static CapacityReservationTenancyCapacityReservationTenancy. valueOf(String name)Returns 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 CapacityReservationTenancy Modifier and Type Method Description static Set<CapacityReservationTenancy>CapacityReservationTenancy. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityReservationTenancy Modifier and Type Method Description CapacityBlockOffering.BuilderCapacityBlockOffering.Builder. tenancy(CapacityReservationTenancy tenancy)The tenancy of the Capacity Block.CapacityReservation.BuilderCapacityReservation.Builder. tenancy(CapacityReservationTenancy tenancy)Indicates the tenancy of the Capacity Reservation.CreateCapacityReservationRequest.BuilderCreateCapacityReservationRequest.Builder. tenancy(CapacityReservationTenancy tenancy)Indicates the tenancy of the Capacity Reservation.
-