Uses of Interface
software.amazon.awssdk.services.ram.RamBaseClientBuilder
-
Packages that use RamBaseClientBuilder Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference. -
-
Uses of RamBaseClientBuilder in software.amazon.awssdk.services.ram
Classes in software.amazon.awssdk.services.ram with type parameters of type RamBaseClientBuilder Modifier and Type Interface Description interfaceRamBaseClientBuilder<B extends RamBaseClientBuilder<B,C>,C>This includes configuration specific to RAM that is supported by bothRamClientBuilderandRamAsyncClientBuilder.Subinterfaces of RamBaseClientBuilder in software.amazon.awssdk.services.ram Modifier and Type Interface Description interfaceRamAsyncClientBuilderA builder for creating an instance ofRamAsyncClient.interfaceRamClientBuilderA builder for creating an instance ofRamClient.
-