| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ListServiceInstanceOutputsResult |
AWSProtonClient.listServiceInstanceOutputs(ListServiceInstanceOutputsRequest request)
Get a list service of instance Infrastructure as Code (IaC) outputs.
|
ListServiceInstanceOutputsResult |
AbstractAWSProton.listServiceInstanceOutputs(ListServiceInstanceOutputsRequest request) |
ListServiceInstanceOutputsResult |
AWSProton.listServiceInstanceOutputs(ListServiceInstanceOutputsRequest listServiceInstanceOutputsRequest)
Get a list service of instance Infrastructure as Code (IaC) outputs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListServiceInstanceOutputsResult> |
AbstractAWSProtonAsync.listServiceInstanceOutputsAsync(ListServiceInstanceOutputsRequest request,
AsyncHandler<ListServiceInstanceOutputsRequest,ListServiceInstanceOutputsResult> asyncHandler) |
Future<ListServiceInstanceOutputsResult> |
AWSProtonAsyncClient.listServiceInstanceOutputsAsync(ListServiceInstanceOutputsRequest request,
AsyncHandler<ListServiceInstanceOutputsRequest,ListServiceInstanceOutputsResult> asyncHandler) |
Future<ListServiceInstanceOutputsResult> |
AWSProtonAsync.listServiceInstanceOutputsAsync(ListServiceInstanceOutputsRequest listServiceInstanceOutputsRequest,
AsyncHandler<ListServiceInstanceOutputsRequest,ListServiceInstanceOutputsResult> asyncHandler)
Get a list service of instance Infrastructure as Code (IaC) outputs.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceInstanceOutputsResult |
ListServiceInstanceOutputsResult.clone() |
ListServiceInstanceOutputsResult |
ListServiceInstanceOutputsResult.withNextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the current requested list
of outputs.
|
ListServiceInstanceOutputsResult |
ListServiceInstanceOutputsResult.withOutputs(Collection<Output> outputs)
An array of service instance Infrastructure as Code (IaC) outputs.
|
ListServiceInstanceOutputsResult |
ListServiceInstanceOutputsResult.withOutputs(Output... outputs)
An array of service instance Infrastructure as Code (IaC) outputs.
|
Copyright © 2024. All rights reserved.