Uses of Class
com.oracle.bmc.ocvp.requests.GetSddcRequest
-
Packages that use GetSddcRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of GetSddcRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return types with arguments of type GetSddcRequest 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.Methods in com.oracle.bmc.ocvp with parameters of type GetSddcRequest 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.GetSddcResponse
Sddc. getSddc(GetSddcRequest request)
Gets the specified SDDC’s information.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)
GetSddcResponse
SddcClient. getSddc(GetSddcRequest request)
Method parameters in com.oracle.bmc.ocvp with type arguments of type GetSddcRequest 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 GetSddcRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return GetSddcRequest Modifier and Type Method Description GetSddcRequest
GetSddcRequest.Builder. build()
Build the instance of GetSddcRequest as configured by this builderGetSddcRequest
GetSddcRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSddcRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type GetSddcRequest Modifier and Type Method Description GetSddcRequest.Builder
GetSddcRequest.Builder. copy(GetSddcRequest o)
Copy method to populate the builder with values from the given instance.
-