Uses of Class
com.oracle.bmc.ocvp.responses.GetSddcResponse
-
Packages that use GetSddcResponse Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.responses -
-
Uses of GetSddcResponse in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return GetSddcResponse Modifier and Type Method Description GetSddcResponse
Sddc. getSddc(GetSddcRequest request)
Gets the specified SDDC’s information.GetSddcResponse
SddcClient. getSddc(GetSddcRequest request)
Methods in com.oracle.bmc.ocvp that return types with arguments of type GetSddcResponse Modifier and Type Method Description Waiter<GetSddcRequest,GetSddcResponse>
SddcWaiters. forSddc(GetSddcRequest request, LifecycleStates... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSddcRequest,GetSddcResponse>
SddcWaiters. forSddc(GetSddcRequest request, LifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSddcRequest,GetSddcResponse>
SddcWaiters. forSddc(GetSddcRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleStates... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetSddcResponse>
SddcAsync. getSddc(GetSddcRequest request, AsyncHandler<GetSddcRequest,GetSddcResponse> handler)
Gets the specified SDDC’s information.Future<GetSddcResponse>
SddcAsyncClient. getSddc(GetSddcRequest request, AsyncHandler<GetSddcRequest,GetSddcResponse> handler)
Method parameters in com.oracle.bmc.ocvp with type arguments of type GetSddcResponse Modifier and Type Method Description Future<GetSddcResponse>
SddcAsync. getSddc(GetSddcRequest request, AsyncHandler<GetSddcRequest,GetSddcResponse> handler)
Gets the specified SDDC’s information.Future<GetSddcResponse>
SddcAsyncClient. getSddc(GetSddcRequest request, AsyncHandler<GetSddcRequest,GetSddcResponse> handler)
-
Uses of GetSddcResponse in com.oracle.bmc.ocvp.responses
Methods in com.oracle.bmc.ocvp.responses that return GetSddcResponse Modifier and Type Method Description GetSddcResponse
GetSddcResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ocvp.responses with parameters of type GetSddcResponse Modifier and Type Method Description GetSddcResponse.Builder
GetSddcResponse.Builder. copy(GetSddcResponse o)
Copy method to populate the builder with values from the given instance.
-