pub async fn set(
client: &impl Client,
mount: &str,
opts: Option<&mut ConfigureClientRequestBuilder>,
) -> Result<(), ClientError>
Expand description
Configures the credentials required to perform API calls to AWS as well as custom endpoints to talk to AWS APIs.