Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressPointType
-
Packages that use IngressPointType Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressPointType in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressPointType Modifier and Type Method Description static IngressPointTypeIngressPointType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IngressPointTypeCreateIngressPointRequest. type()The type of the ingress endpoint to create.IngressPointTypeGetIngressPointResponse. type()The type of ingress endpoint.IngressPointTypeIngressPoint. type()The type of ingress endpoint resource.static IngressPointTypeIngressPointType. valueOf(String name)Returns the enum constant of this type with the specified name.static IngressPointType[]IngressPointType. 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 IngressPointType Modifier and Type Method Description static Set<IngressPointType>IngressPointType. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type IngressPointType Modifier and Type Method Description CreateIngressPointRequest.BuilderCreateIngressPointRequest.Builder. type(IngressPointType type)The type of the ingress endpoint to create.GetIngressPointResponse.BuilderGetIngressPointResponse.Builder. type(IngressPointType type)The type of ingress endpoint.IngressPoint.BuilderIngressPoint.Builder. type(IngressPointType type)The type of ingress endpoint resource.
-