| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model | |
| software.amazon.awssdk.services.proton.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceInstanceSummary> |
ListServiceInstancesResponse.serviceInstances()
An array of service instances with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceInstancesResponse.Builder |
ListServiceInstancesResponse.Builder.serviceInstances(ServiceInstanceSummary... serviceInstances)
An array of service instances with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceInstancesResponse.Builder |
ListServiceInstancesResponse.Builder.serviceInstances(Collection<ServiceInstanceSummary> serviceInstances)
An array of service instances with summary data.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ServiceInstanceSummary> |
ListServiceInstancesIterable.serviceInstances()
Returns an iterable to iterate through the paginated
ListServiceInstancesResponse.serviceInstances()
member. |
SdkPublisher<ServiceInstanceSummary> |
ListServiceInstancesPublisher.serviceInstances()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.