Uses of Class
software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
Packages that use DocumentationPartLocation
-
Uses of DocumentationPartLocation in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DocumentationPartLocationModifier and TypeMethodDescriptionCreateDocumentationPartRequest.location()The location of the targeted API entity of the to-be-created documentation part.CreateDocumentationPartResponse.location()The location of the API entity to which the documentation applies.DocumentationPart.location()The location of the API entity to which the documentation applies.GetDocumentationPartResponse.location()The location of the API entity to which the documentation applies.UpdateDocumentationPartResponse.location()The location of the API entity to which the documentation applies.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type DocumentationPartLocationModifier and TypeMethodDescriptionCreateDocumentationPartRequest.Builder.location(DocumentationPartLocation location) The location of the targeted API entity of the to-be-created documentation part.CreateDocumentationPartResponse.Builder.location(DocumentationPartLocation location) The location of the API entity to which the documentation applies.DocumentationPart.Builder.location(DocumentationPartLocation location) The location of the API entity to which the documentation applies.GetDocumentationPartResponse.Builder.location(DocumentationPartLocation location) The location of the API entity to which the documentation applies.UpdateDocumentationPartResponse.Builder.location(DocumentationPartLocation location) The location of the API entity to which the documentation applies.