| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| 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 |
|---|---|
ListServiceInstanceOutputsRequest |
ListServiceInstanceOutputsRequest.clone() |
ListServiceInstanceOutputsRequest |
ListServiceInstanceOutputsRequest.withDeploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
|
ListServiceInstanceOutputsRequest |
ListServiceInstanceOutputsRequest.withNextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the list of outputs that
was previously requested.
|
ListServiceInstanceOutputsRequest |
ListServiceInstanceOutputsRequest.withServiceInstanceName(String serviceInstanceName)
The name of the service instance whose outputs you want.
|
ListServiceInstanceOutputsRequest |
ListServiceInstanceOutputsRequest.withServiceName(String serviceName)
The name of the service that
serviceInstanceName is associated to. |
Copyright © 2023. All rights reserved.