Uses of Class
com.oracle.bmc.blockchain.requests.GetOsnRequest
-
Packages that use GetOsnRequest Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.requests -
-
Uses of GetOsnRequest in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return types with arguments of type GetOsnRequest Modifier and Type Method Description Waiter<GetOsnRequest,GetOsnResponse>
BlockchainPlatformWaiters. forOsn(GetOsnRequest request, Osn.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOsnRequest,GetOsnResponse>
BlockchainPlatformWaiters. forOsn(GetOsnRequest request, Osn.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOsnRequest,GetOsnResponse>
BlockchainPlatformWaiters. forOsn(GetOsnRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Osn.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.blockchain with parameters of type GetOsnRequest Modifier and Type Method Description Waiter<GetOsnRequest,GetOsnResponse>
BlockchainPlatformWaiters. forOsn(GetOsnRequest request, Osn.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOsnRequest,GetOsnResponse>
BlockchainPlatformWaiters. forOsn(GetOsnRequest request, Osn.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOsnRequest,GetOsnResponse>
BlockchainPlatformWaiters. forOsn(GetOsnRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Osn.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetOsnResponse
BlockchainPlatform. getOsn(GetOsnRequest request)
Gets information about an OSN identified by the specific idFuture<GetOsnResponse>
BlockchainPlatformAsync. getOsn(GetOsnRequest request, AsyncHandler<GetOsnRequest,GetOsnResponse> handler)
Gets information about an OSN identified by the specific idFuture<GetOsnResponse>
BlockchainPlatformAsyncClient. getOsn(GetOsnRequest request, AsyncHandler<GetOsnRequest,GetOsnResponse> handler)
GetOsnResponse
BlockchainPlatformClient. getOsn(GetOsnRequest request)
Method parameters in com.oracle.bmc.blockchain with type arguments of type GetOsnRequest Modifier and Type Method Description Future<GetOsnResponse>
BlockchainPlatformAsync. getOsn(GetOsnRequest request, AsyncHandler<GetOsnRequest,GetOsnResponse> handler)
Gets information about an OSN identified by the specific idFuture<GetOsnResponse>
BlockchainPlatformAsyncClient. getOsn(GetOsnRequest request, AsyncHandler<GetOsnRequest,GetOsnResponse> handler)
-
Uses of GetOsnRequest in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return GetOsnRequest Modifier and Type Method Description GetOsnRequest
GetOsnRequest.Builder. build()
Build the instance of GetOsnRequest as configured by this builderGetOsnRequest
GetOsnRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetOsnRequest as configured by this builderMethods in com.oracle.bmc.blockchain.requests with parameters of type GetOsnRequest Modifier and Type Method Description GetOsnRequest.Builder
GetOsnRequest.Builder. copy(GetOsnRequest o)
Copy method to populate the builder with values from the given instance.
-