Uses of Interface
software.amazon.awssdk.services.fsx.FSxBaseClientBuilder
-
Packages that use FSxBaseClientBuilder Package Description software.amazon.awssdk.services.fsx Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage. -
-
Uses of FSxBaseClientBuilder in software.amazon.awssdk.services.fsx
Classes in software.amazon.awssdk.services.fsx with type parameters of type FSxBaseClientBuilder Modifier and Type Interface Description interfaceFSxBaseClientBuilder<B extends FSxBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon FSx that is supported by bothFSxClientBuilderandFSxAsyncClientBuilder.Subinterfaces of FSxBaseClientBuilder in software.amazon.awssdk.services.fsx Modifier and Type Interface Description interfaceFSxAsyncClientBuilderA builder for creating an instance ofFSxAsyncClient.interfaceFSxClientBuilderA builder for creating an instance ofFSxClient.
-