Uses of Interface
software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation.Builder
Packages that use DocumentationPartLocation.Builder
-
Uses of DocumentationPartLocation.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DocumentationPartLocation.BuilderModifier and TypeMethodDescriptionDocumentationPartLocation.builder()The HTTP verb of a method.The name of the targeted API entity.The URL path of the target.DocumentationPartLocation.Builder.statusCode(String statusCode) The HTTP status code of a response.DocumentationPartLocation.toBuilder()The type of API entity to which the documentation content applies.DocumentationPartLocation.Builder.type(DocumentationPartType type) The type of API entity to which the documentation content applies.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DocumentationPartLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentationPartLocation.Builder>DocumentationPartLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type DocumentationPartLocation.BuilderModifier and TypeMethodDescriptionCreateDocumentationPartRequest.Builder.location(Consumer<DocumentationPartLocation.Builder> location) The location of the targeted API entity of the to-be-created documentation part.CreateDocumentationPartResponse.Builder.location(Consumer<DocumentationPartLocation.Builder> location) The location of the API entity to which the documentation applies.default DocumentationPart.BuilderDocumentationPart.Builder.location(Consumer<DocumentationPartLocation.Builder> location) The location of the API entity to which the documentation applies.GetDocumentationPartResponse.Builder.location(Consumer<DocumentationPartLocation.Builder> location) The location of the API entity to which the documentation applies.UpdateDocumentationPartResponse.Builder.location(Consumer<DocumentationPartLocation.Builder> location) The location of the API entity to which the documentation applies.