| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentationPartLocation |
CreateDocumentationPartResponse.location()
The location of the API entity to which the documentation applies.
|
DocumentationPartLocation |
GetDocumentationPartResponse.location()
The location of the API entity to which the documentation applies.
|
DocumentationPartLocation |
UpdateDocumentationPartResponse.location()
The location of the API entity to which the documentation applies.
|
DocumentationPartLocation |
DocumentationPart.location()
The location of the API entity to which the documentation applies.
|
DocumentationPartLocation |
CreateDocumentationPartRequest.location()
The location of the targeted API entity of the to-be-created documentation part.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDocumentationPartResponse.Builder |
CreateDocumentationPartResponse.Builder.location(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
GetDocumentationPartResponse.Builder |
GetDocumentationPartResponse.Builder.location(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
UpdateDocumentationPartResponse.Builder |
UpdateDocumentationPartResponse.Builder.location(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
DocumentationPart.Builder |
DocumentationPart.Builder.location(DocumentationPartLocation location)
The location of the API entity to which the documentation applies.
|
CreateDocumentationPartRequest.Builder |
CreateDocumentationPartRequest.Builder.location(DocumentationPartLocation location)
The location of the targeted API entity of the to-be-created documentation part.
|
Copyright © 2023. All rights reserved.