Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.ZonalCapacityReservationState
Packages that use ZonalCapacityReservationState
-
Uses of ZonalCapacityReservationState in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type ZonalCapacityReservationStateModifier and TypeMethodDescriptionDescribeCapacityReservationResponse.capacityReservationState()The state of the capacity reservation.ModifyCapacityReservationResponse.capacityReservationState()The state of the capacity reservation.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type ZonalCapacityReservationStateModifier and TypeMethodDescriptionDescribeCapacityReservationResponse.Builder.capacityReservationState(ZonalCapacityReservationState... capacityReservationState) The state of the capacity reservation.ModifyCapacityReservationResponse.Builder.capacityReservationState(ZonalCapacityReservationState... capacityReservationState) The state of the capacity reservation.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type ZonalCapacityReservationStateModifier and TypeMethodDescriptionDescribeCapacityReservationResponse.Builder.capacityReservationState(Collection<ZonalCapacityReservationState> capacityReservationState) The state of the capacity reservation.ModifyCapacityReservationResponse.Builder.capacityReservationState(Collection<ZonalCapacityReservationState> capacityReservationState) The state of the capacity reservation.