Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ListTypeVersionsRequest.Builder
Packages that use ListTypeVersionsRequest.Builder
Package
Description
-
Uses of ListTypeVersionsRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ListTypeVersionsRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.listTypeVersions(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest) Returns summary information about the versions of an extension.default ListTypeVersionsResponseCloudFormationClient.listTypeVersions(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest) Returns summary information about the versions of an extension.default ListTypeVersionsPublisherCloudFormationAsyncClient.listTypeVersionsPaginator(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest) This is a variant ofCloudFormationAsyncClient.listTypeVersions(software.amazon.awssdk.services.cloudformation.model.ListTypeVersionsRequest)operation.default ListTypeVersionsIterableCloudFormationClient.listTypeVersionsPaginator(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest) This is a variant ofCloudFormationClient.listTypeVersions(software.amazon.awssdk.services.cloudformation.model.ListTypeVersionsRequest)operation. -
Uses of ListTypeVersionsRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ListTypeVersionsRequest.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the extension for which you want version summary information.ListTypeVersionsRequest.builder()ListTypeVersionsRequest.Builder.deprecatedStatus(String deprecatedStatus) The deprecation status of the extension versions that you want to get summary information about.ListTypeVersionsRequest.Builder.deprecatedStatus(DeprecatedStatus deprecatedStatus) The deprecation status of the extension versions that you want to get summary information about.ListTypeVersionsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to be returned with a single call.The token for the next set of items to return.ListTypeVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListTypeVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListTypeVersionsRequest.Builder.publisherId(String publisherId) The publisher ID of the extension publisher.ListTypeVersionsRequest.toBuilder()The kind of the extension.ListTypeVersionsRequest.Builder.type(RegistryType type) The kind of the extension.The name of the extension for which you want version summary information.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ListTypeVersionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTypeVersionsRequest.Builder>ListTypeVersionsRequest.serializableBuilderClass()