Uses of Interface
software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation.Builder
-
Packages that use DocumentationPartLocation.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of DocumentationPartLocation.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DocumentationPartLocation.Builder Modifier and Type Method Description static DocumentationPartLocation.BuilderDocumentationPartLocation. builder()DocumentationPartLocation.BuilderDocumentationPartLocation.Builder. method(String method)The HTTP verb of a method.DocumentationPartLocation.BuilderDocumentationPartLocation.Builder. name(String name)The name of the targeted API entity.DocumentationPartLocation.BuilderDocumentationPartLocation.Builder. path(String path)The URL path of the target.DocumentationPartLocation.BuilderDocumentationPartLocation.Builder. statusCode(String statusCodeValue)The HTTP status code of a response.DocumentationPartLocation.BuilderDocumentationPartLocation. toBuilder()DocumentationPartLocation.BuilderDocumentationPartLocation.Builder. type(String type)The type of API entity to which the documentation content applies.DocumentationPartLocation.BuilderDocumentationPartLocation.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.Builder Modifier and Type Method Description static Class<? extends DocumentationPartLocation.Builder>DocumentationPartLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type DocumentationPartLocation.Builder Modifier and Type Method Description default CreateDocumentationPartRequest.BuilderCreateDocumentationPartRequest.Builder. location(Consumer<DocumentationPartLocation.Builder> location)The location of the targeted API entity of the to-be-created documentation part.default CreateDocumentationPartResponse.BuilderCreateDocumentationPartResponse.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.default GetDocumentationPartResponse.BuilderGetDocumentationPartResponse.Builder. location(Consumer<DocumentationPartLocation.Builder> location)The location of the API entity to which the documentation applies.default UpdateDocumentationPartResponse.BuilderUpdateDocumentationPartResponse.Builder. location(Consumer<DocumentationPartLocation.Builder> location)The location of the API entity to which the documentation applies.
-