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 Amazon Managed Blockchain service that supports token based access.default CreateAccessorResponseManagedBlockchainClient. createAccessor(CreateAccessorRequest createAccessorRequest)Creates a new accessor for use with Amazon Managed Blockchain service that supports token based access.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 Amazon Managed Blockchain service that supports token based access.default CompletableFuture<CreateAccessorResponse>ManagedBlockchainAsyncClient. createAccessor(CreateAccessorRequest createAccessorRequest)Creates a new accessor for use with Amazon Managed Blockchain service that supports token based access.
-