Uses of Class
software.amazon.awssdk.services.managedblockchain.model.CreateAccessorResponse
-
Packages that use CreateAccessorResponse Package Description software.amazon.awssdk.services.managedblockchain -
-
Uses of CreateAccessorResponse in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return CreateAccessorResponse Modifier and Type Method Description default CreateAccessorResponseManagedBlockchainClient. createAccessor(Consumer<CreateAccessorRequest.Builder> createAccessorRequest)Creates a new accessor for use with Managed Blockchain Ethereum nodes.default CreateAccessorResponseManagedBlockchainClient. createAccessor(CreateAccessorRequest createAccessorRequest)Creates a new accessor for use with Managed Blockchain Ethereum nodes.Methods in software.amazon.awssdk.services.managedblockchain that return types with arguments of type CreateAccessorResponse Modifier and Type Method Description default CompletableFuture<CreateAccessorResponse>ManagedBlockchainAsyncClient. createAccessor(Consumer<CreateAccessorRequest.Builder> createAccessorRequest)Creates a new accessor for use with Managed Blockchain Ethereum nodes.default CompletableFuture<CreateAccessorResponse>ManagedBlockchainAsyncClient. createAccessor(CreateAccessorRequest createAccessorRequest)Creates a new accessor for use with Managed Blockchain Ethereum nodes.
-