Home
last modified time | relevance | path

Searched refs:WithS3Settings (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/
H A DDestinationSettings.h64 …inline DestinationSettings& WithS3Settings(const S3DestinationSettings& value) { SetS3Settings(val… in WithS3Settings() function
69 …inline DestinationSettings& WithS3Settings(S3DestinationSettings&& value) { SetS3Settings(std::mov… in WithS3Settings() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dms/include/aws/dms/model/
H A DModifyEndpointRequest.h815 …inline ModifyEndpointRequest& WithS3Settings(const S3Settings& value) { SetS3Settings(value); retu… in WithS3Settings() function
824 …inline ModifyEndpointRequest& WithS3Settings(S3Settings&& value) { SetS3Settings(std::move(value))… in WithS3Settings() function
H A DCreateEndpointRequest.h938 …inline CreateEndpointRequest& WithS3Settings(const S3Settings& value) { SetS3Settings(value); retu… in WithS3Settings() function
947 …inline CreateEndpointRequest& WithS3Settings(S3Settings&& value) { SetS3Settings(std::move(value))… in WithS3Settings() function
H A DEndpoint.h956 inline Endpoint& WithS3Settings(const S3Settings& value) { SetS3Settings(value); return *this;} in WithS3Settings() function
962 …inline Endpoint& WithS3Settings(S3Settings&& value) { SetS3Settings(std::move(value)); return *thi… in WithS3Settings() function