Uses of Enum
software.amazon.awssdk.services.apigateway.model.DocumentationPartType
Packages that use DocumentationPartType
-
Uses of DocumentationPartType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DocumentationPartTypeModifier and TypeMethodDescriptionstatic DocumentationPartTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DocumentationPartTypeDocumentationPartLocation.type()The type of API entity to which the documentation content applies.final DocumentationPartTypeGetDocumentationPartsRequest.type()The type of API entities of the to-be-retrieved documentation parts.static DocumentationPartTypeReturns 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 DocumentationPartTypeModifier and TypeMethodDescriptionstatic Set<DocumentationPartType>DocumentationPartType.knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type DocumentationPartTypeModifier and TypeMethodDescriptionDocumentationPartLocation.Builder.type(DocumentationPartType type) The type of API entity to which the documentation content applies.GetDocumentationPartsRequest.Builder.type(DocumentationPartType type) The type of API entities of the to-be-retrieved documentation parts.