Uses of Class
software.amazon.awssdk.services.vpclattice.model.ServiceStatus
-
Packages that use ServiceStatus Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of ServiceStatus in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return ServiceStatus Modifier and Type Method Description static ServiceStatusServiceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceStatusCreateServiceResponse. status()The status.ServiceStatusDeleteServiceResponse. status()The status.ServiceStatusGetServiceResponse. status()The status of the service.ServiceStatusServiceSummary. status()The status.static ServiceStatusServiceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceStatus[]ServiceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type ServiceStatus Modifier and Type Method Description static Set<ServiceStatus>ServiceStatus. knownValues()Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type ServiceStatus Modifier and Type Method Description CreateServiceResponse.BuilderCreateServiceResponse.Builder. status(ServiceStatus status)The status.DeleteServiceResponse.BuilderDeleteServiceResponse.Builder. status(ServiceStatus status)The status.GetServiceResponse.BuilderGetServiceResponse.Builder. status(ServiceStatus status)The status of the service.ServiceSummary.BuilderServiceSummary.Builder. status(ServiceStatus status)The status.
-