Uses of Class
software.amazon.awssdk.services.glue.model.DataCatalogEncryptionSettings
-
Packages that use DataCatalogEncryptionSettings Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DataCatalogEncryptionSettings in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DataCatalogEncryptionSettings Modifier and Type Method Description DataCatalogEncryptionSettingsGetDataCatalogEncryptionSettingsResponse. dataCatalogEncryptionSettings()The requested security configuration.DataCatalogEncryptionSettingsPutDataCatalogEncryptionSettingsRequest. dataCatalogEncryptionSettings()The security configuration to set.Methods in software.amazon.awssdk.services.glue.model with parameters of type DataCatalogEncryptionSettings Modifier and Type Method Description GetDataCatalogEncryptionSettingsResponse.BuilderGetDataCatalogEncryptionSettingsResponse.Builder. dataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)The requested security configuration.PutDataCatalogEncryptionSettingsRequest.BuilderPutDataCatalogEncryptionSettingsRequest.Builder. dataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)The security configuration to set.
-