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