Uses of Class
com.oracle.bmc.datacc.requests.GetInfrastructureRequest
-
Packages that use GetInfrastructureRequest Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.requests -
-
Uses of GetInfrastructureRequest in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc that return types with arguments of type GetInfrastructureRequest Modifier and Type Method Description Waiter<GetInfrastructureRequest,GetInfrastructureResponse>BaseinfraWaiters. forInfrastructure(GetInfrastructureRequest request, InfrastructureLifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetInfrastructureRequest,GetInfrastructureResponse>BaseinfraWaiters. forInfrastructure(GetInfrastructureRequest request, InfrastructureLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetInfrastructureRequest,GetInfrastructureResponse>BaseinfraWaiters. forInfrastructure(GetInfrastructureRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, InfrastructureLifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.datacc with type arguments of type GetInfrastructureRequest Modifier and Type Method Description Future<GetInfrastructureResponse>BaseinfraAsync. getInfrastructure(GetInfrastructureRequest request, AsyncHandler<GetInfrastructureRequest,GetInfrastructureResponse> handler)Obtain the Database Infrastructure that has the specified OCID.Future<GetInfrastructureResponse>BaseinfraAsyncClient. getInfrastructure(GetInfrastructureRequest request, AsyncHandler<GetInfrastructureRequest,GetInfrastructureResponse> handler) -
Uses of GetInfrastructureRequest in com.oracle.bmc.datacc.requests
Methods in com.oracle.bmc.datacc.requests that return GetInfrastructureRequest Modifier and Type Method Description GetInfrastructureRequestGetInfrastructureRequest.Builder. build()Build the instance of GetInfrastructureRequest as configured by this builderGetInfrastructureRequestGetInfrastructureRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetInfrastructureRequest as configured by this builderMethods in com.oracle.bmc.datacc.requests with parameters of type GetInfrastructureRequest Modifier and Type Method Description GetInfrastructureRequest.BuilderGetInfrastructureRequest.Builder. copy(GetInfrastructureRequest o)Copy method to populate the builder with values from the given instance.
-