Uses of Class
software.amazon.awssdk.services.appconfig.model.ListExtensionsRequest
-
Packages that use ListExtensionsRequest Package Description software.amazon.awssdk.services.appconfig Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations.software.amazon.awssdk.services.appconfig.paginators software.amazon.awssdk.services.appconfig.transform -
-
Uses of ListExtensionsRequest in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig with parameters of type ListExtensionsRequest Modifier and Type Method Description default CompletableFuture<ListExtensionsResponse>AppConfigAsyncClient. listExtensions(ListExtensionsRequest listExtensionsRequest)Lists all custom and Amazon Web Services authored AppConfig extensions in the account.default ListExtensionsResponseAppConfigClient. listExtensions(ListExtensionsRequest listExtensionsRequest)Lists all custom and Amazon Web Services authored AppConfig extensions in the account.default ListExtensionsPublisherAppConfigAsyncClient. listExtensionsPaginator(ListExtensionsRequest listExtensionsRequest)Lists all custom and Amazon Web Services authored AppConfig extensions in the account.default ListExtensionsIterableAppConfigClient. listExtensionsPaginator(ListExtensionsRequest listExtensionsRequest)Lists all custom and Amazon Web Services authored AppConfig extensions in the account. -
Uses of ListExtensionsRequest in software.amazon.awssdk.services.appconfig.paginators
Constructors in software.amazon.awssdk.services.appconfig.paginators with parameters of type ListExtensionsRequest Constructor Description ListExtensionsIterable(AppConfigClient client, ListExtensionsRequest firstRequest)ListExtensionsPublisher(AppConfigAsyncClient client, ListExtensionsRequest firstRequest) -
Uses of ListExtensionsRequest in software.amazon.awssdk.services.appconfig.transform
Methods in software.amazon.awssdk.services.appconfig.transform with parameters of type ListExtensionsRequest Modifier and Type Method Description SdkHttpFullRequestListExtensionsRequestMarshaller. marshall(ListExtensionsRequest listExtensionsRequest)
-