| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model | |
| software.amazon.awssdk.services.apigateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ClientCertificate> |
GetClientCertificatesResponse.items()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetClientCertificatesResponse.Builder |
GetClientCertificatesResponse.Builder.items(ClientCertificate... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetClientCertificatesResponse.Builder |
GetClientCertificatesResponse.Builder.items(Collection<ClientCertificate> items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ClientCertificate> |
GetClientCertificatesPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ClientCertificate> |
GetClientCertificatesIterable.items()
Returns an iterable to iterate through the paginated
GetClientCertificatesResponse.items() member. |
Copyright © 2023. All rights reserved.