Uses of Class
com.oracle.bmc.datasafe.responses.ModifyGlobalSettingsResponse
-
Packages that use ModifyGlobalSettingsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ModifyGlobalSettingsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ModifyGlobalSettingsResponse Modifier and Type Method Description ModifyGlobalSettingsResponse
DataSafe. modifyGlobalSettings(ModifyGlobalSettingsRequest request)
Modifies Global Settings in Data Safe in the tenancy and region.ModifyGlobalSettingsResponse
DataSafeClient. modifyGlobalSettings(ModifyGlobalSettingsRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ModifyGlobalSettingsResponse Modifier and Type Method Description Future<ModifyGlobalSettingsResponse>
DataSafeAsync. modifyGlobalSettings(ModifyGlobalSettingsRequest request, AsyncHandler<ModifyGlobalSettingsRequest,ModifyGlobalSettingsResponse> handler)
Modifies Global Settings in Data Safe in the tenancy and region.Future<ModifyGlobalSettingsResponse>
DataSafeAsyncClient. modifyGlobalSettings(ModifyGlobalSettingsRequest request, AsyncHandler<ModifyGlobalSettingsRequest,ModifyGlobalSettingsResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ModifyGlobalSettingsResponse Modifier and Type Method Description Future<ModifyGlobalSettingsResponse>
DataSafeAsync. modifyGlobalSettings(ModifyGlobalSettingsRequest request, AsyncHandler<ModifyGlobalSettingsRequest,ModifyGlobalSettingsResponse> handler)
Modifies Global Settings in Data Safe in the tenancy and region.Future<ModifyGlobalSettingsResponse>
DataSafeAsyncClient. modifyGlobalSettings(ModifyGlobalSettingsRequest request, AsyncHandler<ModifyGlobalSettingsRequest,ModifyGlobalSettingsResponse> handler)
-
Uses of ModifyGlobalSettingsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ModifyGlobalSettingsResponse Modifier and Type Method Description ModifyGlobalSettingsResponse
ModifyGlobalSettingsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ModifyGlobalSettingsResponse Modifier and Type Method Description ModifyGlobalSettingsResponse.Builder
ModifyGlobalSettingsResponse.Builder. copy(ModifyGlobalSettingsResponse o)
Copy method to populate the builder with values from the given instance.
-