Uses of Class
software.amazon.awssdk.services.cloudformation.model.ListTypeRegistrationsRequest
-
Packages that use ListTypeRegistrationsRequest Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.paginators software.amazon.awssdk.services.cloudformation.transform -
-
Uses of ListTypeRegistrationsRequest in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation with parameters of type ListTypeRegistrationsRequest Modifier and Type Method Description default CompletableFuture<ListTypeRegistrationsResponse>CloudFormationAsyncClient. listTypeRegistrations(ListTypeRegistrationsRequest listTypeRegistrationsRequest)Returns a list of registration tokens for the specified extension(s).default ListTypeRegistrationsResponseCloudFormationClient. listTypeRegistrations(ListTypeRegistrationsRequest listTypeRegistrationsRequest)Returns a list of registration tokens for the specified extension(s).default ListTypeRegistrationsPublisherCloudFormationAsyncClient. listTypeRegistrationsPaginator(ListTypeRegistrationsRequest listTypeRegistrationsRequest)Returns a list of registration tokens for the specified extension(s).default ListTypeRegistrationsIterableCloudFormationClient. listTypeRegistrationsPaginator(ListTypeRegistrationsRequest listTypeRegistrationsRequest)Returns a list of registration tokens for the specified extension(s). -
Uses of ListTypeRegistrationsRequest in software.amazon.awssdk.services.cloudformation.paginators
Constructors in software.amazon.awssdk.services.cloudformation.paginators with parameters of type ListTypeRegistrationsRequest Constructor Description ListTypeRegistrationsIterable(CloudFormationClient client, ListTypeRegistrationsRequest firstRequest)ListTypeRegistrationsPublisher(CloudFormationAsyncClient client, ListTypeRegistrationsRequest firstRequest) -
Uses of ListTypeRegistrationsRequest in software.amazon.awssdk.services.cloudformation.transform
Methods in software.amazon.awssdk.services.cloudformation.transform with parameters of type ListTypeRegistrationsRequest Modifier and Type Method Description SdkHttpFullRequestListTypeRegistrationsRequestMarshaller. marshall(ListTypeRegistrationsRequest listTypeRegistrationsRequest)
-