Uses of Interface
software.amazon.awssdk.services.cloudformation.model.TypeFilters.Builder
Packages that use TypeFilters.Builder
-
Uses of TypeFilters.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return TypeFilters.BuilderModifier and TypeMethodDescriptionstatic TypeFilters.BuilderTypeFilters.builder()The category of extensions to return.The category of extensions to return.TypeFilters.Builder.publisherId(String publisherId) The id of the publisher of the extension.TypeFilters.toBuilder()TypeFilters.Builder.typeNamePrefix(String typeNamePrefix) A prefix to use as a filter for results.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TypeFilters.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TypeFilters.Builder>TypeFilters.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type TypeFilters.BuilderModifier and TypeMethodDescriptiondefault ListTypesRequest.BuilderListTypesRequest.Builder.filters(Consumer<TypeFilters.Builder> filters) Filter criteria to use in determining which extensions to return.