Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressPointStatus
-
Packages that use IngressPointStatus Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressPointStatus in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressPointStatus Modifier and Type Method Description static IngressPointStatusIngressPointStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IngressPointStatusGetIngressPointResponse. status()The status of the ingress endpoint resource.IngressPointStatusIngressPoint. status()The status of the ingress endpoint resource.static IngressPointStatusIngressPointStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static IngressPointStatus[]IngressPointStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type IngressPointStatus Modifier and Type Method Description static Set<IngressPointStatus>IngressPointStatus. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type IngressPointStatus Modifier and Type Method Description GetIngressPointResponse.BuilderGetIngressPointResponse.Builder. status(IngressPointStatus status)The status of the ingress endpoint resource.IngressPoint.BuilderIngressPoint.Builder. status(IngressPointStatus status)The status of the ingress endpoint resource.
-