Uses of Interface
software.amazon.awssdk.services.efs.EfsBaseClientBuilder
-
Packages that use EfsBaseClientBuilder Package Description software.amazon.awssdk.services.efs Amazon Elastic File System -
-
Uses of EfsBaseClientBuilder in software.amazon.awssdk.services.efs
Classes in software.amazon.awssdk.services.efs with type parameters of type EfsBaseClientBuilder Modifier and Type Interface Description interfaceEfsBaseClientBuilder<B extends EfsBaseClientBuilder<B,C>,C>This includes configuration specific to EFS that is supported by bothEfsClientBuilderandEfsAsyncClientBuilder.Subinterfaces of EfsBaseClientBuilder in software.amazon.awssdk.services.efs Modifier and Type Interface Description interfaceEfsAsyncClientBuilderA builder for creating an instance ofEfsAsyncClient.interfaceEfsClientBuilderA builder for creating an instance ofEfsClient.
-