Uses of Class
com.oracle.bmc.database.responses.GetAutonomousPatchResponse
-
Packages that use GetAutonomousPatchResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetAutonomousPatchResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetAutonomousPatchResponse Modifier and Type Method Description GetAutonomousPatchResponse
Database. getAutonomousPatch(GetAutonomousPatchRequest request)
Gets information about a specific autonomous patch.GetAutonomousPatchResponse
DatabaseClient. getAutonomousPatch(GetAutonomousPatchRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetAutonomousPatchResponse Modifier and Type Method Description Future<GetAutonomousPatchResponse>
DatabaseAsync. getAutonomousPatch(GetAutonomousPatchRequest request, AsyncHandler<GetAutonomousPatchRequest,GetAutonomousPatchResponse> handler)
Gets information about a specific autonomous patch.Future<GetAutonomousPatchResponse>
DatabaseAsyncClient. getAutonomousPatch(GetAutonomousPatchRequest request, AsyncHandler<GetAutonomousPatchRequest,GetAutonomousPatchResponse> handler)
-
Uses of GetAutonomousPatchResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetAutonomousPatchResponse Modifier and Type Method Description GetAutonomousPatchResponse
GetAutonomousPatchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetAutonomousPatchResponse Modifier and Type Method Description GetAutonomousPatchResponse.Builder
GetAutonomousPatchResponse.Builder. copy(GetAutonomousPatchResponse o)
Copy method to populate the builder with values from the given instance.
-