Uses of Enum
software.amazon.awssdk.services.apigateway.model.LocationStatusType
Packages that use LocationStatusType
-
Uses of LocationStatusType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return LocationStatusTypeModifier and TypeMethodDescriptionstatic LocationStatusTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LocationStatusTypeGetDocumentationPartsRequest.locationStatus()The status of the API documentation parts to retrieve.static LocationStatusTypeReturns 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 LocationStatusTypeModifier and TypeMethodDescriptionstatic Set<LocationStatusType>LocationStatusType.knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type LocationStatusTypeModifier and TypeMethodDescriptionGetDocumentationPartsRequest.Builder.locationStatus(LocationStatusType locationStatus) The status of the API documentation parts to retrieve.