Uses of Class
com.oracle.bmc.database.requests.GetInfrastructureTargetVersionsRequest
-
Packages that use GetInfrastructureTargetVersionsRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of GetInfrastructureTargetVersionsRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type GetInfrastructureTargetVersionsRequest 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 GetInfrastructureTargetVersionsRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetInfrastructureTargetVersionsRequest Modifier and Type Method Description GetInfrastructureTargetVersionsRequest
GetInfrastructureTargetVersionsRequest.Builder. build()
Build the instance of GetInfrastructureTargetVersionsRequest as configured by this builderGetInfrastructureTargetVersionsRequest
GetInfrastructureTargetVersionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetInfrastructureTargetVersionsRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type GetInfrastructureTargetVersionsRequest Modifier and Type Method Description GetInfrastructureTargetVersionsRequest.Builder
GetInfrastructureTargetVersionsRequest.Builder. copy(GetInfrastructureTargetVersionsRequest o)
Copy method to populate the builder with values from the given instance.
-