Uses of Class
software.amazon.awssdk.services.rds.model.ModifyCustomDbEngineVersionResponse
Packages that use ModifyCustomDbEngineVersionResponse
-
Uses of ModifyCustomDbEngineVersionResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return ModifyCustomDbEngineVersionResponseModifier and TypeMethodDescriptionRdsClient.modifyCustomDBEngineVersion(Consumer<ModifyCustomDbEngineVersionRequest.Builder> modifyCustomDbEngineVersionRequest) Modifies the status of a custom engine version (CEV).RdsClient.modifyCustomDBEngineVersion(ModifyCustomDbEngineVersionRequest modifyCustomDbEngineVersionRequest) Modifies the status of a custom engine version (CEV).Methods in software.amazon.awssdk.services.rds that return types with arguments of type ModifyCustomDbEngineVersionResponseModifier and TypeMethodDescriptionRdsAsyncClient.modifyCustomDBEngineVersion(Consumer<ModifyCustomDbEngineVersionRequest.Builder> modifyCustomDbEngineVersionRequest) Modifies the status of a custom engine version (CEV).RdsAsyncClient.modifyCustomDBEngineVersion(ModifyCustomDbEngineVersionRequest modifyCustomDbEngineVersionRequest) Modifies the status of a custom engine version (CEV).