- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
@Override public KmsCryptoClient build( AbstractAuthenticationDetailsProvider authenticationDetailsProvider) { String cryptoEndpoint = getEndpoint(); return new KmsCryptoClient( authenticationDetailsProvider, configuration, clientConfigurator, requestSignerFactory, additionalClientConfigurators, cryptoEndpoint); } }