Package | Description |
---|---|
com.oracle.bmc.blockchain | |
com.oracle.bmc.blockchain.responses |
Modifier and Type | Method and Description |
---|---|
GetPeerResponse |
BlockchainPlatform.getPeer(GetPeerRequest request)
Gets information about a peer identified by the specific id
|
GetPeerResponse |
BlockchainPlatformClient.getPeer(GetPeerRequest request) |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPeerRequest,GetPeerResponse> |
BlockchainPlatformWaiters.forPeer(GetPeerRequest request,
Peer.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPeerRequest,GetPeerResponse> |
BlockchainPlatformWaiters.forPeer(GetPeerRequest request,
Peer.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPeerRequest,GetPeerResponse> |
BlockchainPlatformWaiters.forPeer(GetPeerRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Peer.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetPeerResponse> |
BlockchainPlatformAsyncClient.getPeer(GetPeerRequest request,
AsyncHandler<GetPeerRequest,GetPeerResponse> handler) |
Future<GetPeerResponse> |
BlockchainPlatformAsync.getPeer(GetPeerRequest request,
AsyncHandler<GetPeerRequest,GetPeerResponse> handler)
Gets information about a peer identified by the specific id
|
Modifier and Type | Method and Description |
---|---|
Future<GetPeerResponse> |
BlockchainPlatformAsyncClient.getPeer(GetPeerRequest request,
AsyncHandler<GetPeerRequest,GetPeerResponse> handler) |
Future<GetPeerResponse> |
BlockchainPlatformAsync.getPeer(GetPeerRequest request,
AsyncHandler<GetPeerRequest,GetPeerResponse> handler)
Gets information about a peer identified by the specific id
|
Modifier and Type | Method and Description |
---|---|
GetPeerResponse |
GetPeerResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetPeerResponse.Builder |
GetPeerResponse.Builder.copy(GetPeerResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.