| 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> |
AWSProtonAsync.listServiceInstanceOutputsAsync(ListServiceInstanceOutputsRequest listServiceInstanceOutputsRequest,
AsyncHandler<ListServiceInstanceOutputsRequest,ListServiceInstanceOutputsResult> asyncHandler)
View a list service instance infrastructure as code outputs with detail data.
|
Future<ListServiceInstanceOutputsResult> |
AWSProtonAsyncClient.listServiceInstanceOutputsAsync(ListServiceInstanceOutputsRequest request,
AsyncHandler<ListServiceInstanceOutputsRequest,ListServiceInstanceOutputsResult> asyncHandler) |
Future<ListServiceInstanceOutputsResult> |
AbstractAWSProtonAsync.listServiceInstanceOutputsAsync(ListServiceInstanceOutputsRequest request,
AsyncHandler<ListServiceInstanceOutputsRequest,ListServiceInstanceOutputsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListServiceInstanceOutputsRequest |
ListServiceInstanceOutputsRequest.clone() |
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 service instance name.
|
ListServiceInstanceOutputsRequest |
ListServiceInstanceOutputsRequest.withServiceName(String serviceName)
The service name.
|
Copyright © 2022. All rights reserved.