Uses of Class
software.amazon.awssdk.services.apigateway.model.DocumentationPartType
-
Packages that use DocumentationPartType Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of DocumentationPartType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DocumentationPartType Modifier and Type Method Description static DocumentationPartTypeDocumentationPartType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DocumentationPartTypeDocumentationPartLocation. type()The type of API entity to which the documentation content applies.DocumentationPartTypeGetDocumentationPartsRequest. type()The type of API entities of the to-be-retrieved documentation parts.static DocumentationPartTypeDocumentationPartType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentationPartType[]DocumentationPartType. 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 DocumentationPartType Modifier and Type Method Description static Set<DocumentationPartType>DocumentationPartType. knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type DocumentationPartType Modifier and Type Method Description DocumentationPartLocation.BuilderDocumentationPartLocation.Builder. type(DocumentationPartType type)The type of API entity to which the documentation content applies.GetDocumentationPartsRequest.BuilderGetDocumentationPartsRequest.Builder. type(DocumentationPartType type)The type of API entities of the to-be-retrieved documentation parts.
-