Home
last modified time | relevance | path

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

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-fsx/source/
H A DFSxClient.cpp63 FSxClient::FSxClient(const Client::ClientConfiguration& clientConfiguration) : in FSxClient() function in FSxClient
73 FSxClient::FSxClient(const AWSCredentials& credentials, const Client::ClientConfiguration& clientCo… in FSxClient() function in FSxClient
83 FSxClient::FSxClient(const std::shared_ptr<AWSCredentialsProvider>& credentialsProvider, in FSxClient() function in FSxClient
94 FSxClient::~FSxClient() in ~FSxClient()
98 void FSxClient::init(const Client::ClientConfiguration& config) in init()
112 void FSxClient::OverrideEndpoint(const Aws::String& endpoint) in OverrideEndpoint()
172 CopyBackupOutcome FSxClient::CopyBackup(const CopyBackupRequest& request) const in CopyBackup()
196 CreateBackupOutcome FSxClient::CreateBackup(const CreateBackupRequest& request) const in CreateBackup()
316 CreateVolumeOutcome FSxClient::CreateVolume(const CreateVolumeRequest& request) const in CreateVolume()
364 DeleteBackupOutcome FSxClient::DeleteBackup(const DeleteBackupRequest& request) const in DeleteBackup()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-fsx/include/aws/fsx/
H A DFSxClient.h165 class FSxClient; variable
169 …typedef std::function<void(const FSxClient*, const Model::CopyBackupRequest&, const Model::CopyBac…
170 …typedef std::function<void(const FSxClient*, const Model::CreateBackupRequest&, const Model::Creat…
175 …typedef std::function<void(const FSxClient*, const Model::CreateVolumeRequest&, const Model::Creat…
177 …typedef std::function<void(const FSxClient*, const Model::DeleteBackupRequest&, const Model::Delet…
189 …typedef std::function<void(const FSxClient*, const Model::TagResourceRequest&, const Model::TagRes…
199 class AWS_FSX_API FSxClient : public Aws::Client::AWSJsonClient
208FSxClient(const Aws::Client::ClientConfiguration& clientConfiguration = Aws::Client::ClientConfigu…
214FSxClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& cl…
220 FSxClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
[all …]
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/FSx/
H A DFSxClient.php45 class FSxClient extends AwsClient {} class
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/FSx/
H A DFSxClient.php45 class FSxClient extends AwsClient {} class