Uses of Class
com.oracle.bmc.blockchain.requests.GetPeerRequest
-
Packages that use GetPeerRequest Package Description com.oracle.bmc.blockchain com.oracle.bmc.blockchain.requests -
-
Uses of GetPeerRequest in com.oracle.bmc.blockchain
Methods in com.oracle.bmc.blockchain that return types with arguments of type GetPeerRequest 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.Methods in com.oracle.bmc.blockchain with parameters of type GetPeerRequest 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.GetPeerResponse
BlockchainPlatform. getPeer(GetPeerRequest request)
Gets information about a peer identified by the specific idFuture<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)
GetPeerResponse
BlockchainPlatformClient. getPeer(GetPeerRequest request)
Method parameters in com.oracle.bmc.blockchain with type arguments of type GetPeerRequest 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 GetPeerRequest in com.oracle.bmc.blockchain.requests
Methods in com.oracle.bmc.blockchain.requests that return GetPeerRequest Modifier and Type Method Description GetPeerRequest
GetPeerRequest.Builder. build()
Build the instance of GetPeerRequest as configured by this builderGetPeerRequest
GetPeerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPeerRequest as configured by this builderMethods in com.oracle.bmc.blockchain.requests with parameters of type GetPeerRequest Modifier and Type Method Description GetPeerRequest.Builder
GetPeerRequest.Builder. copy(GetPeerRequest o)
Copy method to populate the builder with values from the given instance.
-