Uses of Class
software.amazon.awssdk.services.glue.model.GetDataCatalogEncryptionSettingsResponse
-
Packages that use GetDataCatalogEncryptionSettingsResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetDataCatalogEncryptionSettingsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetDataCatalogEncryptionSettingsResponse Modifier and Type Method Description default GetDataCatalogEncryptionSettingsResponseGlueClient. getDataCatalogEncryptionSettings(Consumer<GetDataCatalogEncryptionSettingsRequest.Builder> getDataCatalogEncryptionSettingsRequest)Retrieves the security configuration for a specified catalog.default GetDataCatalogEncryptionSettingsResponseGlueClient. getDataCatalogEncryptionSettings(GetDataCatalogEncryptionSettingsRequest getDataCatalogEncryptionSettingsRequest)Retrieves the security configuration for a specified catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetDataCatalogEncryptionSettingsResponse Modifier and Type Method Description default CompletableFuture<GetDataCatalogEncryptionSettingsResponse>GlueAsyncClient. getDataCatalogEncryptionSettings(Consumer<GetDataCatalogEncryptionSettingsRequest.Builder> getDataCatalogEncryptionSettingsRequest)Retrieves the security configuration for a specified catalog.default CompletableFuture<GetDataCatalogEncryptionSettingsResponse>GlueAsyncClient. getDataCatalogEncryptionSettings(GetDataCatalogEncryptionSettingsRequest getDataCatalogEncryptionSettingsRequest)Retrieves the security configuration for a specified catalog.
-