Uses of Class
com.oracle.bmc.databasemanagement.responses.GetCloudAsmConfigurationResponse
-
Packages that use GetCloudAsmConfigurationResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetCloudAsmConfigurationResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetCloudAsmConfigurationResponse Modifier and Type Method Description GetCloudAsmConfigurationResponse
DbManagement. getCloudAsmConfiguration(GetCloudAsmConfigurationRequest request)
Gets configuration details including disk groups for the cloud ASM specified bycloudAsmId
.GetCloudAsmConfigurationResponse
DbManagementClient. getCloudAsmConfiguration(GetCloudAsmConfigurationRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetCloudAsmConfigurationResponse Modifier and Type Method Description Future<GetCloudAsmConfigurationResponse>
DbManagementAsync. getCloudAsmConfiguration(GetCloudAsmConfigurationRequest request, AsyncHandler<GetCloudAsmConfigurationRequest,GetCloudAsmConfigurationResponse> handler)
Gets configuration details including disk groups for the cloud ASM specified bycloudAsmId
.Future<GetCloudAsmConfigurationResponse>
DbManagementAsyncClient. getCloudAsmConfiguration(GetCloudAsmConfigurationRequest request, AsyncHandler<GetCloudAsmConfigurationRequest,GetCloudAsmConfigurationResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetCloudAsmConfigurationResponse Modifier and Type Method Description Future<GetCloudAsmConfigurationResponse>
DbManagementAsync. getCloudAsmConfiguration(GetCloudAsmConfigurationRequest request, AsyncHandler<GetCloudAsmConfigurationRequest,GetCloudAsmConfigurationResponse> handler)
Gets configuration details including disk groups for the cloud ASM specified bycloudAsmId
.Future<GetCloudAsmConfigurationResponse>
DbManagementAsyncClient. getCloudAsmConfiguration(GetCloudAsmConfigurationRequest request, AsyncHandler<GetCloudAsmConfigurationRequest,GetCloudAsmConfigurationResponse> handler)
-
Uses of GetCloudAsmConfigurationResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetCloudAsmConfigurationResponse Modifier and Type Method Description GetCloudAsmConfigurationResponse
GetCloudAsmConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetCloudAsmConfigurationResponse Modifier and Type Method Description GetCloudAsmConfigurationResponse.Builder
GetCloudAsmConfigurationResponse.Builder. copy(GetCloudAsmConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-