Uses of Interface
software.amazon.awssdk.services.rbin.RbinBaseClientBuilder
-
Packages that use RbinBaseClientBuilder Package Description software.amazon.awssdk.services.rbin This is the Recycle Bin API Reference. -
-
Uses of RbinBaseClientBuilder in software.amazon.awssdk.services.rbin
Classes in software.amazon.awssdk.services.rbin with type parameters of type RbinBaseClientBuilder Modifier and Type Interface Description interfaceRbinBaseClientBuilder<B extends RbinBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Recycle Bin that is supported by bothRbinClientBuilderandRbinAsyncClientBuilder.Subinterfaces of RbinBaseClientBuilder in software.amazon.awssdk.services.rbin Modifier and Type Interface Description interfaceRbinAsyncClientBuilderA builder for creating an instance ofRbinAsyncClient.interfaceRbinClientBuilderA builder for creating an instance ofRbinClient.
-