Uses of Class
software.amazon.awssdk.services.sesv2.model.Status
-
Packages that use Status Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of Status in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Status Modifier and Type Method Description static StatusStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatusCreateMultiRegionEndpointResponse. status()A status of the multi-region endpoint (global-endpoint) right after the create request.StatusDeleteMultiRegionEndpointResponse. status()A status of the multi-region endpoint (global-endpoint) right after the delete request.StatusGetMultiRegionEndpointResponse. status()The status of the multi-region endpoint (global-endpoint).StatusMultiRegionEndpoint. status()The status of the multi-region endpoint (global-endpoint).static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Status Modifier and Type Method Description static Set<Status>Status. knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type Status Modifier and Type Method Description CreateMultiRegionEndpointResponse.BuilderCreateMultiRegionEndpointResponse.Builder. status(Status status)A status of the multi-region endpoint (global-endpoint) right after the create request.DeleteMultiRegionEndpointResponse.BuilderDeleteMultiRegionEndpointResponse.Builder. status(Status status)A status of the multi-region endpoint (global-endpoint) right after the delete request.GetMultiRegionEndpointResponse.BuilderGetMultiRegionEndpointResponse.Builder. status(Status status)The status of the multi-region endpoint (global-endpoint).MultiRegionEndpoint.BuilderMultiRegionEndpoint.Builder. status(Status status)The status of the multi-region endpoint (global-endpoint).
-