Uses of Class
software.amazon.awssdk.services.glue.model.PutDataCatalogEncryptionSettingsResponse
-
Packages that use PutDataCatalogEncryptionSettingsResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of PutDataCatalogEncryptionSettingsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return PutDataCatalogEncryptionSettingsResponse Modifier and Type Method Description default PutDataCatalogEncryptionSettingsResponseGlueClient. putDataCatalogEncryptionSettings(Consumer<PutDataCatalogEncryptionSettingsRequest.Builder> putDataCatalogEncryptionSettingsRequest)Sets the security configuration for a specified catalog.default PutDataCatalogEncryptionSettingsResponseGlueClient. putDataCatalogEncryptionSettings(PutDataCatalogEncryptionSettingsRequest putDataCatalogEncryptionSettingsRequest)Sets the security configuration for a specified catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type PutDataCatalogEncryptionSettingsResponse Modifier and Type Method Description default CompletableFuture<PutDataCatalogEncryptionSettingsResponse>GlueAsyncClient. putDataCatalogEncryptionSettings(Consumer<PutDataCatalogEncryptionSettingsRequest.Builder> putDataCatalogEncryptionSettingsRequest)Sets the security configuration for a specified catalog.default CompletableFuture<PutDataCatalogEncryptionSettingsResponse>GlueAsyncClient. putDataCatalogEncryptionSettings(PutDataCatalogEncryptionSettingsRequest putDataCatalogEncryptionSettingsRequest)Sets the security configuration for a specified catalog.
-