Uses of Class
com.oracle.bmc.blockchain.responses.GetOsnResponse
-
Packages that use GetOsnResponse Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.responses -
-
Uses of GetOsnResponse in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return GetOsnResponse Modifier and Type Method Description GetOsnResponse
BlockchainPlatform. getOsn(GetOsnRequest request)
Gets information about an OSN identified by the specific idGetOsnResponse
BlockchainPlatformClient. getOsn(GetOsnRequest request)
Methods in com.oracle.bmc.blockchain that return types with arguments of type GetOsnResponse 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.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)
Method parameters in com.oracle.bmc.blockchain with type arguments of type GetOsnResponse 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 GetOsnResponse in com.oracle.bmc.blockchain.responses
Methods in com.oracle.bmc.blockchain.responses that return GetOsnResponse Modifier and Type Method Description GetOsnResponse
GetOsnResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.blockchain.responses with parameters of type GetOsnResponse Modifier and Type Method Description GetOsnResponse.Builder
GetOsnResponse.Builder. copy(GetOsnResponse o)
Copy method to populate the builder with values from the given instance.
-