| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAccessorResponse |
ManagedBlockchainClient.createAccessor(Consumer<CreateAccessorRequest.Builder> createAccessorRequest)
Creates a new accessor for use with Managed Blockchain Ethereum nodes.
|
default CreateAccessorResponse |
ManagedBlockchainClient.createAccessor(CreateAccessorRequest createAccessorRequest)
Creates a new accessor for use with Managed Blockchain Ethereum nodes.
|
default CreateMemberResponse |
ManagedBlockchainClient.createMember(Consumer<CreateMemberRequest.Builder> createMemberRequest)
Creates a member within a Managed Blockchain network.
|
default CreateMemberResponse |
ManagedBlockchainClient.createMember(CreateMemberRequest createMemberRequest)
Creates a member within a Managed Blockchain network.
|
default CreateNetworkResponse |
ManagedBlockchainClient.createNetwork(Consumer<CreateNetworkRequest.Builder> createNetworkRequest)
Creates a new blockchain network using Amazon Managed Blockchain.
|
default CreateNetworkResponse |
ManagedBlockchainClient.createNetwork(CreateNetworkRequest createNetworkRequest)
Creates a new blockchain network using Amazon Managed Blockchain.
|
default CreateNodeResponse |
ManagedBlockchainClient.createNode(Consumer<CreateNodeRequest.Builder> createNodeRequest)
Creates a node on the specified blockchain network.
|
default CreateNodeResponse |
ManagedBlockchainClient.createNode(CreateNodeRequest createNodeRequest)
Creates a node on the specified blockchain network.
|
default ListInvitationsResponse |
ManagedBlockchainClient.listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Returns a list of all invitations for the current Amazon Web Services account.
|
default ListInvitationsResponse |
ManagedBlockchainClient.listInvitations(ListInvitationsRequest listInvitationsRequest)
Returns a list of all invitations for the current Amazon Web Services account.
|
default ListInvitationsIterable |
ManagedBlockchainClient.listInvitationsPaginator(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)
Returns a list of all invitations for the current Amazon Web Services account.
|
default ListInvitationsIterable |
ManagedBlockchainClient.listInvitationsPaginator(ListInvitationsRequest listInvitationsRequest)
Returns a list of all invitations for the current Amazon Web Services account.
|
Copyright © 2023. All rights reserved.