Uses of Class
software.amazon.awssdk.services.kafka.model.CustomerActionStatus
-
Packages that use CustomerActionStatus Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of CustomerActionStatus in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return CustomerActionStatus Modifier and Type Method Description CustomerActionStatusClusterInfo. customerActionStatus()Determines if there is an action required from the customer.CustomerActionStatusProvisioned. customerActionStatus()Determines if there is an action required from the customer.static CustomerActionStatusCustomerActionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomerActionStatusCustomerActionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerActionStatus[]CustomerActionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type CustomerActionStatus Modifier and Type Method Description static Set<CustomerActionStatus>CustomerActionStatus. knownValues()Methods in software.amazon.awssdk.services.kafka.model with parameters of type CustomerActionStatus Modifier and Type Method Description ClusterInfo.BuilderClusterInfo.Builder. customerActionStatus(CustomerActionStatus customerActionStatus)Determines if there is an action required from the customer.Provisioned.BuilderProvisioned.Builder. customerActionStatus(CustomerActionStatus customerActionStatus)Determines if there is an action required from the customer.
-