Uses of Interface
software.amazon.awssdk.services.proton.model.ListServiceInstanceOutputsRequest.Builder
-
Packages that use ListServiceInstanceOutputsRequest.Builder Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.model -
-
Uses of ListServiceInstanceOutputsRequest.Builder in software.amazon.awssdk.services.proton
Method parameters in software.amazon.awssdk.services.proton with type arguments of type ListServiceInstanceOutputsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListServiceInstanceOutputsResponse>ProtonAsyncClient. listServiceInstanceOutputs(Consumer<ListServiceInstanceOutputsRequest.Builder> listServiceInstanceOutputsRequest)Get a list service of instance Infrastructure as Code (IaC) outputs.default ListServiceInstanceOutputsResponseProtonClient. listServiceInstanceOutputs(Consumer<ListServiceInstanceOutputsRequest.Builder> listServiceInstanceOutputsRequest)Get a list service of instance Infrastructure as Code (IaC) outputs.default ListServiceInstanceOutputsPublisherProtonAsyncClient. listServiceInstanceOutputsPaginator(Consumer<ListServiceInstanceOutputsRequest.Builder> listServiceInstanceOutputsRequest)Get a list service of instance Infrastructure as Code (IaC) outputs.default ListServiceInstanceOutputsIterableProtonClient. listServiceInstanceOutputsPaginator(Consumer<ListServiceInstanceOutputsRequest.Builder> listServiceInstanceOutputsRequest)Get a list service of instance Infrastructure as Code (IaC) outputs. -
Uses of ListServiceInstanceOutputsRequest.Builder in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return ListServiceInstanceOutputsRequest.Builder Modifier and Type Method Description static ListServiceInstanceOutputsRequest.BuilderListServiceInstanceOutputsRequest. builder()ListServiceInstanceOutputsRequest.BuilderListServiceInstanceOutputsRequest.Builder. deploymentId(String deploymentId)The ID of the deployment whose outputs you want.ListServiceInstanceOutputsRequest.BuilderListServiceInstanceOutputsRequest.Builder. nextToken(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.BuilderListServiceInstanceOutputsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServiceInstanceOutputsRequest.BuilderListServiceInstanceOutputsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListServiceInstanceOutputsRequest.BuilderListServiceInstanceOutputsRequest.Builder. serviceInstanceName(String serviceInstanceName)The name of the service instance whose outputs you want.ListServiceInstanceOutputsRequest.BuilderListServiceInstanceOutputsRequest.Builder. serviceName(String serviceName)The name of the service thatserviceInstanceNameis associated to.ListServiceInstanceOutputsRequest.BuilderListServiceInstanceOutputsRequest. toBuilder()Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type ListServiceInstanceOutputsRequest.Builder Modifier and Type Method Description static Class<? extends ListServiceInstanceOutputsRequest.Builder>ListServiceInstanceOutputsRequest. serializableBuilderClass()
-