Uses of Enum
software.amazon.awssdk.services.ec2.model.ApplyCancellationCharges
Packages that use ApplyCancellationCharges
-
Uses of ApplyCancellationCharges in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ApplyCancellationChargesModifier and TypeMethodDescriptionfinal ApplyCancellationChargesCancelCapacityReservationRequest.applyCancellationCharges()Specifies the cancellation charge type to apply when cancelling a future-dated Capacity Reservation during its commitment duration.final ApplyCancellationChargesCancellationTerms.cancellationType()The type of cancellation charge.static ApplyCancellationChargesUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ApplyCancellationChargesReturns the enum constant of this type with the specified name.static ApplyCancellationCharges[]ApplyCancellationCharges.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 ApplyCancellationChargesModifier and TypeMethodDescriptionstatic Set<ApplyCancellationCharges>ApplyCancellationCharges.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type ApplyCancellationChargesModifier and TypeMethodDescriptionCancelCapacityReservationRequest.Builder.applyCancellationCharges(ApplyCancellationCharges applyCancellationCharges) Specifies the cancellation charge type to apply when cancelling a future-dated Capacity Reservation during its commitment duration.CancellationTerms.Builder.cancellationType(ApplyCancellationCharges cancellationType) The type of cancellation charge.