Uses of Class
software.amazon.awssdk.services.cloudformation.model.ListTypeRegistrationsResponse
-
Packages that use ListTypeRegistrationsResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.paginators -
-
Uses of ListTypeRegistrationsResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return ListTypeRegistrationsResponse Modifier and Type Method Description default ListTypeRegistrationsResponseCloudFormationClient. listTypeRegistrations(Consumer<ListTypeRegistrationsRequest.Builder> 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).Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type ListTypeRegistrationsResponse Modifier and Type Method Description default CompletableFuture<ListTypeRegistrationsResponse>CloudFormationAsyncClient. listTypeRegistrations(Consumer<ListTypeRegistrationsRequest.Builder> listTypeRegistrationsRequest)Returns a list of registration tokens for the specified extension(s).default CompletableFuture<ListTypeRegistrationsResponse>CloudFormationAsyncClient. listTypeRegistrations(ListTypeRegistrationsRequest listTypeRegistrationsRequest)Returns a list of registration tokens for the specified extension(s). -
Uses of ListTypeRegistrationsResponse in software.amazon.awssdk.services.cloudformation.paginators
Methods in software.amazon.awssdk.services.cloudformation.paginators that return types with arguments of type ListTypeRegistrationsResponse Modifier and Type Method Description Iterator<ListTypeRegistrationsResponse>ListTypeRegistrationsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudformation.paginators with type arguments of type ListTypeRegistrationsResponse Modifier and Type Method Description voidListTypeRegistrationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTypeRegistrationsResponse> subscriber)
-