Uses of Class
software.amazon.awssdk.services.cloudformation.model.ListTypeVersionsRequest
-
Packages that use ListTypeVersionsRequest Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.paginators software.amazon.awssdk.services.cloudformation.transform -
-
Uses of ListTypeVersionsRequest in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation with parameters of type ListTypeVersionsRequest Modifier and Type Method Description default CompletableFuture<ListTypeVersionsResponse>CloudFormationAsyncClient. listTypeVersions(ListTypeVersionsRequest listTypeVersionsRequest)Returns summary information about the versions of an extension.default ListTypeVersionsResponseCloudFormationClient. listTypeVersions(ListTypeVersionsRequest listTypeVersionsRequest)Returns summary information about the versions of an extension.default ListTypeVersionsPublisherCloudFormationAsyncClient. listTypeVersionsPaginator(ListTypeVersionsRequest listTypeVersionsRequest)Returns summary information about the versions of an extension.default ListTypeVersionsIterableCloudFormationClient. listTypeVersionsPaginator(ListTypeVersionsRequest listTypeVersionsRequest)Returns summary information about the versions of an extension. -
Uses of ListTypeVersionsRequest in software.amazon.awssdk.services.cloudformation.paginators
Constructors in software.amazon.awssdk.services.cloudformation.paginators with parameters of type ListTypeVersionsRequest Constructor Description ListTypeVersionsIterable(CloudFormationClient client, ListTypeVersionsRequest firstRequest)ListTypeVersionsPublisher(CloudFormationAsyncClient client, ListTypeVersionsRequest firstRequest) -
Uses of ListTypeVersionsRequest in software.amazon.awssdk.services.cloudformation.transform
Methods in software.amazon.awssdk.services.cloudformation.transform with parameters of type ListTypeVersionsRequest Modifier and Type Method Description SdkHttpFullRequestListTypeVersionsRequestMarshaller. marshall(ListTypeVersionsRequest listTypeVersionsRequest)
-