Uses of Class
com.oracle.bmc.database.requests.GetAutonomousExadataInfrastructureRequest
-
Packages that use GetAutonomousExadataInfrastructureRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of GetAutonomousExadataInfrastructureRequest in com.oracle.bmc.database
Method parameters in com.oracle.bmc.database with type arguments of type GetAutonomousExadataInfrastructureRequest Modifier and Type Method Description Future<GetAutonomousExadataInfrastructureResponse>
DatabaseAsync. getAutonomousExadataInfrastructure(GetAutonomousExadataInfrastructureRequest request, AsyncHandler<GetAutonomousExadataInfrastructureRequest,GetAutonomousExadataInfrastructureResponse> handler)
Deprecated. Use thegetCloudExadataInfrastructure
operation to get details of an Exadata Infrastructure resource and thegetCloudAutonomousVmCluster
operation to get details of an Autonomous Exadata VM cluster.Future<GetAutonomousExadataInfrastructureResponse>
DatabaseAsyncClient. getAutonomousExadataInfrastructure(GetAutonomousExadataInfrastructureRequest request, AsyncHandler<GetAutonomousExadataInfrastructureRequest,GetAutonomousExadataInfrastructureResponse> handler)
-
Uses of GetAutonomousExadataInfrastructureRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetAutonomousExadataInfrastructureRequest Modifier and Type Method Description GetAutonomousExadataInfrastructureRequest
GetAutonomousExadataInfrastructureRequest.Builder. build()
Build the instance of GetAutonomousExadataInfrastructureRequest as configured by this builderGetAutonomousExadataInfrastructureRequest
GetAutonomousExadataInfrastructureRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAutonomousExadataInfrastructureRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type GetAutonomousExadataInfrastructureRequest Modifier and Type Method Description GetAutonomousExadataInfrastructureRequest.Builder
GetAutonomousExadataInfrastructureRequest.Builder. copy(GetAutonomousExadataInfrastructureRequest o)
Copy method to populate the builder with values from the given instance.
-