Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ListTypeVersionsRequest.Builder
-
Packages that use ListTypeVersionsRequest.Builder Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.model -
-
Uses of ListTypeVersionsRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ListTypeVersionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTypeVersionsResponse>CloudFormationAsyncClient. 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)Returns summary information about the versions of an extension.default ListTypeVersionsIterableCloudFormationClient. listTypeVersionsPaginator(Consumer<ListTypeVersionsRequest.Builder> listTypeVersionsRequest)Returns summary information about the versions of an extension. -
Uses of ListTypeVersionsRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ListTypeVersionsRequest.Builder Modifier and Type Method Description ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the extension for which you want version summary information.static ListTypeVersionsRequest.BuilderListTypeVersionsRequest. builder()ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. deprecatedStatus(String deprecatedStatus)The deprecation status of the extension versions that you want to get summary information about.ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. deprecatedStatus(DeprecatedStatus deprecatedStatus)The deprecation status of the extension versions that you want to get summary information about.ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned with a single call.ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. nextToken(String nextToken)If the previous paginated request didn't return all of the remaining results, the response object'sNextTokenparameter value is set to a token.ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. publisherId(String publisherId)The publisher ID of the extension publisher.ListTypeVersionsRequest.BuilderListTypeVersionsRequest. toBuilder()ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. type(String type)The kind of the extension.ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. type(RegistryType type)The kind of the extension.ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. typeName(String typeName)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.Builder Modifier and Type Method Description static Class<? extends ListTypeVersionsRequest.Builder>ListTypeVersionsRequest. serializableBuilderClass()
-