All Downloads are FREE. Search and download functionalities are using the official Maven repository.

software.amazon.awssdk.codegen.rules.EndpointAuthSchemeStrategy.resource Maven / Gradle / Ivy

import java.util.List;
import software.amazon.awssdk.awscore.endpoints.authscheme.EndpointAuthScheme;
import software.amazon.awssdk.annotations.SdkInternalApi;

@SdkInternalApi
public interface EndpointAuthSchemeStrategy {
   EndpointAuthScheme chooseAuthScheme(List authSchemes);

   List createAuthSchemes(Value authSchemesValue);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy