Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.ListComponentsRequest.Builder
-
Packages that use ListComponentsRequest.Builder Package Description software.amazon.awssdk.services.imagebuilder EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards.software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.imagebuilder
Method parameters in software.amazon.awssdk.services.imagebuilder with type arguments of type ListComponentsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListComponentsResponse>ImagebuilderAsyncClient. listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest)Returns the list of components that can be filtered by name, or by using the listedfiltersto streamline results.default ListComponentsResponseImagebuilderClient. listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest)Returns the list of components that can be filtered by name, or by using the listedfiltersto streamline results.default ListComponentsPublisherImagebuilderAsyncClient. listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)Returns the list of components that can be filtered by name, or by using the listedfiltersto streamline results.default ListComponentsIterableImagebuilderClient. listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)Returns the list of components that can be filtered by name, or by using the listedfiltersto streamline results. -
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ListComponentsRequest.Builder Modifier and Type Method Description static ListComponentsRequest.BuilderListComponentsRequest. builder()ListComponentsRequest.BuilderListComponentsRequest.Builder. byName(Boolean byName)Returns the list of components for the specified name.ListComponentsRequest.BuilderListComponentsRequest.Builder. filters(Collection<Filter> filters)Use the following filters to streamline results:ListComponentsRequest.BuilderListComponentsRequest.Builder. filters(Consumer<Filter.Builder>... filters)Use the following filters to streamline results:ListComponentsRequest.BuilderListComponentsRequest.Builder. filters(Filter... filters)Use the following filters to streamline results:ListComponentsRequest.BuilderListComponentsRequest.Builder. maxResults(Integer maxResults)The maximum items to return in a request.ListComponentsRequest.BuilderListComponentsRequest.Builder. nextToken(String nextToken)A token to specify where to start paginating.ListComponentsRequest.BuilderListComponentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComponentsRequest.BuilderListComponentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListComponentsRequest.BuilderListComponentsRequest.Builder. owner(String owner)Filters results based on the type of owner for the component.ListComponentsRequest.BuilderListComponentsRequest.Builder. owner(Ownership owner)Filters results based on the type of owner for the component.ListComponentsRequest.BuilderListComponentsRequest. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ListComponentsRequest.Builder Modifier and Type Method Description static Class<? extends ListComponentsRequest.Builder>ListComponentsRequest. serializableBuilderClass()
-