Uses of Class
software.amazon.awssdk.services.managedblockchain.model.AccessorSummary
-
Packages that use AccessorSummary Package Description software.amazon.awssdk.services.managedblockchain.model software.amazon.awssdk.services.managedblockchain.paginators -
-
Uses of AccessorSummary in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type AccessorSummary Modifier and Type Method Description List<AccessorSummary>ListAccessorsResponse. accessors()An array of AccessorSummary objects that contain configuration properties for each accessor.Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type AccessorSummary Modifier and Type Method Description ListAccessorsResponse.BuilderListAccessorsResponse.Builder. accessors(AccessorSummary... accessors)An array of AccessorSummary objects that contain configuration properties for each accessor.Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type AccessorSummary Modifier and Type Method Description ListAccessorsResponse.BuilderListAccessorsResponse.Builder. accessors(Collection<AccessorSummary> accessors)An array of AccessorSummary objects that contain configuration properties for each accessor. -
Uses of AccessorSummary in software.amazon.awssdk.services.managedblockchain.paginators
Methods in software.amazon.awssdk.services.managedblockchain.paginators that return types with arguments of type AccessorSummary Modifier and Type Method Description SdkIterable<AccessorSummary>ListAccessorsIterable. accessors()Returns an iterable to iterate through the paginatedListAccessorsResponse.accessors()member.SdkPublisher<AccessorSummary>ListAccessorsPublisher. accessors()Returns a publisher that can be used to get a stream of data.
-