Uses of Class
software.amazon.awssdk.services.apigateway.model.LocationStatusType
-
Packages that use LocationStatusType Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of LocationStatusType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return LocationStatusType Modifier and Type Method Description static LocationStatusTypeLocationStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LocationStatusTypeGetDocumentationPartsRequest. locationStatus()The status of the API documentation parts to retrieve.static LocationStatusTypeLocationStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static LocationStatusType[]LocationStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type LocationStatusType Modifier and Type Method Description static Set<LocationStatusType>LocationStatusType. knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type LocationStatusType Modifier and Type Method Description GetDocumentationPartsRequest.BuilderGetDocumentationPartsRequest.Builder. locationStatus(LocationStatusType locationStatus)The status of the API documentation parts to retrieve.
-