| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentationPartLocation.Builder |
DocumentationPartLocation.builder() |
DocumentationPartLocation.Builder |
DocumentationPartLocation.Builder.method(String method)
The HTTP verb of a method.
|
DocumentationPartLocation.Builder |
DocumentationPartLocation.Builder.name(String name)
The name of the targeted API entity.
|
DocumentationPartLocation.Builder |
DocumentationPartLocation.Builder.path(String path)
The URL path of the target.
|
DocumentationPartLocation.Builder |
DocumentationPartLocation.Builder.statusCode(String statusCodeValue)
The HTTP status code of a response.
|
DocumentationPartLocation.Builder |
DocumentationPartLocation.toBuilder() |
DocumentationPartLocation.Builder |
DocumentationPartLocation.Builder.type(DocumentationPartType type)
The type of API entity to which the documentation content applies.
|
DocumentationPartLocation.Builder |
DocumentationPartLocation.Builder.type(String type)
The type of API entity to which the documentation content applies.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentationPartLocation.Builder> |
DocumentationPartLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDocumentationPartResponse.Builder |
CreateDocumentationPartResponse.Builder.location(Consumer<DocumentationPartLocation.Builder> location)
The location of the API entity to which the documentation applies.
|
default GetDocumentationPartResponse.Builder |
GetDocumentationPartResponse.Builder.location(Consumer<DocumentationPartLocation.Builder> location)
The location of the API entity to which the documentation applies.
|
default UpdateDocumentationPartResponse.Builder |
UpdateDocumentationPartResponse.Builder.location(Consumer<DocumentationPartLocation.Builder> location)
The location of the API entity to which the documentation applies.
|
default DocumentationPart.Builder |
DocumentationPart.Builder.location(Consumer<DocumentationPartLocation.Builder> location)
The location of the API entity to which the documentation applies.
|
default CreateDocumentationPartRequest.Builder |
CreateDocumentationPartRequest.Builder.location(Consumer<DocumentationPartLocation.Builder> location)
The location of the targeted API entity of the to-be-created documentation part.
|
Copyright © 2023. All rights reserved.