Uses of Class
com.oracle.bmc.database.responses.GetInfrastructureTargetVersionsResponse
-
Packages that use GetInfrastructureTargetVersionsResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetInfrastructureTargetVersionsResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetInfrastructureTargetVersionsResponse Modifier and Type Method Description GetInfrastructureTargetVersionsResponse
Database. getInfrastructureTargetVersions(GetInfrastructureTargetVersionsRequest request)
Gets details of the Exadata Infrastructure target system software versions that can be applied to the specified infrastructure resource for maintenance updates.GetInfrastructureTargetVersionsResponse
DatabaseClient. getInfrastructureTargetVersions(GetInfrastructureTargetVersionsRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type GetInfrastructureTargetVersionsResponse Modifier and Type Method Description Future<GetInfrastructureTargetVersionsResponse>
DatabaseAsync. getInfrastructureTargetVersions(GetInfrastructureTargetVersionsRequest request, AsyncHandler<GetInfrastructureTargetVersionsRequest,GetInfrastructureTargetVersionsResponse> handler)
Gets details of the Exadata Infrastructure target system software versions that can be applied to the specified infrastructure resource for maintenance updates.Future<GetInfrastructureTargetVersionsResponse>
DatabaseAsyncClient. getInfrastructureTargetVersions(GetInfrastructureTargetVersionsRequest request, AsyncHandler<GetInfrastructureTargetVersionsRequest,GetInfrastructureTargetVersionsResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type GetInfrastructureTargetVersionsResponse Modifier and Type Method Description Future<GetInfrastructureTargetVersionsResponse>
DatabaseAsync. getInfrastructureTargetVersions(GetInfrastructureTargetVersionsRequest request, AsyncHandler<GetInfrastructureTargetVersionsRequest,GetInfrastructureTargetVersionsResponse> handler)
Gets details of the Exadata Infrastructure target system software versions that can be applied to the specified infrastructure resource for maintenance updates.Future<GetInfrastructureTargetVersionsResponse>
DatabaseAsyncClient. getInfrastructureTargetVersions(GetInfrastructureTargetVersionsRequest request, AsyncHandler<GetInfrastructureTargetVersionsRequest,GetInfrastructureTargetVersionsResponse> handler)
-
Uses of GetInfrastructureTargetVersionsResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetInfrastructureTargetVersionsResponse Modifier and Type Method Description GetInfrastructureTargetVersionsResponse
GetInfrastructureTargetVersionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetInfrastructureTargetVersionsResponse Modifier and Type Method Description GetInfrastructureTargetVersionsResponse.Builder
GetInfrastructureTargetVersionsResponse.Builder. copy(GetInfrastructureTargetVersionsResponse o)
Copy method to populate the builder with values from the given instance.
-