Uses of Class
com.oracle.bmc.blockchain.responses.GetPeerResponse
-
Packages that use GetPeerResponse Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.responses -
-
Uses of GetPeerResponse in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return GetPeerResponse Modifier and Type Method Description GetPeerResponse
BlockchainPlatform. getPeer(GetPeerRequest request)
Gets information about a peer identified by the specific idGetPeerResponse
BlockchainPlatformClient. getPeer(GetPeerRequest request)
Methods in com.oracle.bmc.blockchain that return types with arguments of type GetPeerResponse Modifier and Type Method Description Waiter<GetPeerRequest,GetPeerResponse>
BlockchainPlatformWaiters. forPeer(GetPeerRequest request, Peer.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPeerRequest,GetPeerResponse>
BlockchainPlatformWaiters. forPeer(GetPeerRequest request, Peer.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPeerRequest,GetPeerResponse>
BlockchainPlatformWaiters. forPeer(GetPeerRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Peer.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetPeerResponse>
BlockchainPlatformAsync. getPeer(GetPeerRequest request, AsyncHandler<GetPeerRequest,GetPeerResponse> handler)
Gets information about a peer identified by the specific idFuture<GetPeerResponse>
BlockchainPlatformAsyncClient. getPeer(GetPeerRequest request, AsyncHandler<GetPeerRequest,GetPeerResponse> handler)
Method parameters in com.oracle.bmc.blockchain with type arguments of type GetPeerResponse Modifier and Type Method Description Future<GetPeerResponse>
BlockchainPlatformAsync. getPeer(GetPeerRequest request, AsyncHandler<GetPeerRequest,GetPeerResponse> handler)
Gets information about a peer identified by the specific idFuture<GetPeerResponse>
BlockchainPlatformAsyncClient. getPeer(GetPeerRequest request, AsyncHandler<GetPeerRequest,GetPeerResponse> handler)
-
Uses of GetPeerResponse in com.oracle.bmc.blockchain.responses
Methods in com.oracle.bmc.blockchain.responses that return GetPeerResponse Modifier and Type Method Description GetPeerResponse
GetPeerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.blockchain.responses with parameters of type GetPeerResponse Modifier and Type Method Description GetPeerResponse.Builder
GetPeerResponse.Builder. copy(GetPeerResponse o)
Copy method to populate the builder with values from the given instance.
-