Uses of Class
software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
-
Packages that use DocumentationPartLocation Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of DocumentationPartLocation in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DocumentationPartLocation Modifier and Type Method Description DocumentationPartLocationCreateDocumentationPartRequest. location()The location of the targeted API entity of the to-be-created documentation part.DocumentationPartLocationCreateDocumentationPartResponse. location()The location of the API entity to which the documentation applies.DocumentationPartLocationDocumentationPart. location()The location of the API entity to which the documentation applies.DocumentationPartLocationGetDocumentationPartResponse. location()The location of the API entity to which the documentation applies.DocumentationPartLocationUpdateDocumentationPartResponse. location()The location of the API entity to which the documentation applies.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type DocumentationPartLocation Modifier and Type Method Description CreateDocumentationPartRequest.BuilderCreateDocumentationPartRequest.Builder. location(DocumentationPartLocation location)The location of the targeted API entity of the to-be-created documentation part.CreateDocumentationPartResponse.BuilderCreateDocumentationPartResponse.Builder. location(DocumentationPartLocation location)The location of the API entity to which the documentation applies.DocumentationPart.BuilderDocumentationPart.Builder. location(DocumentationPartLocation location)The location of the API entity to which the documentation applies.GetDocumentationPartResponse.BuilderGetDocumentationPartResponse.Builder. location(DocumentationPartLocation location)The location of the API entity to which the documentation applies.UpdateDocumentationPartResponse.BuilderUpdateDocumentationPartResponse.Builder. location(DocumentationPartLocation location)The location of the API entity to which the documentation applies.
-