Uses of Class
com.oracle.bmc.databasemanagement.responses.GetExternalExadataInfrastructureResponse
-
Packages that use GetExternalExadataInfrastructureResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetExternalExadataInfrastructureResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetExternalExadataInfrastructureResponse Modifier and Type Method Description GetExternalExadataInfrastructureResponse
DbManagement. getExternalExadataInfrastructure(GetExternalExadataInfrastructureRequest request)
Gets the details for the Exadata infrastructure specified by externalExadataInfrastructureId.GetExternalExadataInfrastructureResponse
DbManagementClient. getExternalExadataInfrastructure(GetExternalExadataInfrastructureRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetExternalExadataInfrastructureResponse Modifier and Type Method Description Future<GetExternalExadataInfrastructureResponse>
DbManagementAsync. getExternalExadataInfrastructure(GetExternalExadataInfrastructureRequest request, AsyncHandler<GetExternalExadataInfrastructureRequest,GetExternalExadataInfrastructureResponse> handler)
Gets the details for the Exadata infrastructure specified by externalExadataInfrastructureId.Future<GetExternalExadataInfrastructureResponse>
DbManagementAsyncClient. getExternalExadataInfrastructure(GetExternalExadataInfrastructureRequest request, AsyncHandler<GetExternalExadataInfrastructureRequest,GetExternalExadataInfrastructureResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetExternalExadataInfrastructureResponse Modifier and Type Method Description Future<GetExternalExadataInfrastructureResponse>
DbManagementAsync. getExternalExadataInfrastructure(GetExternalExadataInfrastructureRequest request, AsyncHandler<GetExternalExadataInfrastructureRequest,GetExternalExadataInfrastructureResponse> handler)
Gets the details for the Exadata infrastructure specified by externalExadataInfrastructureId.Future<GetExternalExadataInfrastructureResponse>
DbManagementAsyncClient. getExternalExadataInfrastructure(GetExternalExadataInfrastructureRequest request, AsyncHandler<GetExternalExadataInfrastructureRequest,GetExternalExadataInfrastructureResponse> handler)
-
Uses of GetExternalExadataInfrastructureResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetExternalExadataInfrastructureResponse Modifier and Type Method Description GetExternalExadataInfrastructureResponse
GetExternalExadataInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetExternalExadataInfrastructureResponse Modifier and Type Method Description GetExternalExadataInfrastructureResponse.Builder
GetExternalExadataInfrastructureResponse.Builder. copy(GetExternalExadataInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-