Uses of Interface
software.amazon.awssdk.services.proton.model.ListComponentOutputsRequest.Builder
-
Packages that use ListComponentOutputsRequest.Builder Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.model -
-
Uses of ListComponentOutputsRequest.Builder in software.amazon.awssdk.services.proton
Method parameters in software.amazon.awssdk.services.proton with type arguments of type ListComponentOutputsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListComponentOutputsResponse>ProtonAsyncClient. listComponentOutputs(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest)Get a list of component Infrastructure as Code (IaC) outputs.default ListComponentOutputsResponseProtonClient. listComponentOutputs(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest)Get a list of component Infrastructure as Code (IaC) outputs.default ListComponentOutputsPublisherProtonAsyncClient. listComponentOutputsPaginator(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest)Get a list of component Infrastructure as Code (IaC) outputs.default ListComponentOutputsIterableProtonClient. listComponentOutputsPaginator(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest)Get a list of component Infrastructure as Code (IaC) outputs. -
Uses of ListComponentOutputsRequest.Builder in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return ListComponentOutputsRequest.Builder Modifier and Type Method Description static ListComponentOutputsRequest.BuilderListComponentOutputsRequest. builder()ListComponentOutputsRequest.BuilderListComponentOutputsRequest.Builder. componentName(String componentName)The name of the component whose outputs you want.ListComponentOutputsRequest.BuilderListComponentOutputsRequest.Builder. deploymentId(String deploymentId)The ID of the deployment whose outputs you want.ListComponentOutputsRequest.BuilderListComponentOutputsRequest.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.ListComponentOutputsRequest.BuilderListComponentOutputsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComponentOutputsRequest.BuilderListComponentOutputsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListComponentOutputsRequest.BuilderListComponentOutputsRequest. toBuilder()Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type ListComponentOutputsRequest.Builder Modifier and Type Method Description static Class<? extends ListComponentOutputsRequest.Builder>ListComponentOutputsRequest. serializableBuilderClass()
-