| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrcontainers.model | |
| software.amazon.awssdk.services.emrcontainers.paginators |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
DescribeManagedEndpointResponse.endpoint()
This output displays information about a managed endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
ListManagedEndpointsResponse.endpoints()
The managed endpoints to be listed.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeManagedEndpointResponse.Builder |
DescribeManagedEndpointResponse.Builder.endpoint(Endpoint endpoint)
This output displays information about a managed endpoint.
|
ListManagedEndpointsResponse.Builder |
ListManagedEndpointsResponse.Builder.endpoints(Endpoint... endpoints)
The managed endpoints to be listed.
|
| Modifier and Type | Method and Description |
|---|---|
ListManagedEndpointsResponse.Builder |
ListManagedEndpointsResponse.Builder.endpoints(Collection<Endpoint> endpoints)
The managed endpoints to be listed.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Endpoint> |
ListManagedEndpointsIterable.endpoints()
Returns an iterable to iterate through the paginated
ListManagedEndpointsResponse.endpoints() member. |
SdkPublisher<Endpoint> |
ListManagedEndpointsPublisher.endpoints()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.