Uses of Interface
software.amazon.awssdk.services.proton.model.ListComponentsRequest.Builder
-
Packages that use ListComponentsRequest.Builder Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.model -
-
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.proton
Method parameters in software.amazon.awssdk.services.proton with type arguments of type ListComponentsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListComponentsResponse>ProtonAsyncClient. listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest)List components with summary data.default ListComponentsResponseProtonClient. listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest)List components with summary data.default ListComponentsPublisherProtonAsyncClient. listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)List components with summary data.default ListComponentsIterableProtonClient. listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)List components with summary data. -
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return ListComponentsRequest.Builder Modifier and Type Method Description static ListComponentsRequest.BuilderListComponentsRequest. builder()ListComponentsRequest.BuilderListComponentsRequest.Builder. environmentName(String environmentName)The name of an environment for result list filtering.ListComponentsRequest.BuilderListComponentsRequest.Builder. maxResults(Integer maxResults)The maximum number of components to list.ListComponentsRequest.BuilderListComponentsRequest.Builder. nextToken(String nextToken)A token that indicates the location of the next component in the array of components, after the list of components that was previously requested.ListComponentsRequest.BuilderListComponentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComponentsRequest.BuilderListComponentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListComponentsRequest.BuilderListComponentsRequest.Builder. serviceInstanceName(String serviceInstanceName)The name of a service instance for result list filtering.ListComponentsRequest.BuilderListComponentsRequest.Builder. serviceName(String serviceName)The name of a service for result list filtering.ListComponentsRequest.BuilderListComponentsRequest. toBuilder()Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type ListComponentsRequest.Builder Modifier and Type Method Description static Class<? extends ListComponentsRequest.Builder>ListComponentsRequest. serializableBuilderClass()
-