AWS SDK for C++
0.14.3
AWS SDK for C++
|
Namespaces | |
LifeCycleStateMapper | |
PerformanceModeMapper | |
Classes | |
class | CreateFileSystemRequest |
class | CreateFileSystemResult |
class | CreateMountTargetRequest |
class | CreateMountTargetResult |
class | CreateTagsRequest |
class | DeleteFileSystemRequest |
class | DeleteMountTargetRequest |
class | DeleteTagsRequest |
class | DescribeFileSystemsRequest |
class | DescribeFileSystemsResult |
class | DescribeMountTargetSecurityGroupsRequest |
class | DescribeMountTargetSecurityGroupsResult |
class | DescribeMountTargetsRequest |
class | DescribeMountTargetsResult |
class | DescribeTagsRequest |
class | DescribeTagsResult |
class | FileSystemDescription |
class | FileSystemSize |
class | ModifyMountTargetSecurityGroupsRequest |
class | MountTargetDescription |
class | Tag |
typedef Aws::Utils::Outcome<CreateFileSystemResult, Aws::Client::AWSError<EFSErrors> > Aws::EFS::Model::CreateFileSystemOutcome |
Definition at line 85 of file EFSClient.h.
typedef std::future<CreateFileSystemOutcome> Aws::EFS::Model::CreateFileSystemOutcomeCallable |
Definition at line 99 of file EFSClient.h.
typedef Aws::Utils::Outcome<CreateMountTargetResult, Aws::Client::AWSError<EFSErrors> > Aws::EFS::Model::CreateMountTargetOutcome |
Definition at line 88 of file EFSClient.h.
typedef std::future<CreateMountTargetOutcome> Aws::EFS::Model::CreateMountTargetOutcomeCallable |
Definition at line 100 of file EFSClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<EFSErrors> > Aws::EFS::Model::CreateTagsOutcome |
Definition at line 89 of file EFSClient.h.
typedef std::future<CreateTagsOutcome> Aws::EFS::Model::CreateTagsOutcomeCallable |
Definition at line 101 of file EFSClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<EFSErrors> > Aws::EFS::Model::DeleteFileSystemOutcome |
Definition at line 90 of file EFSClient.h.
typedef std::future<DeleteFileSystemOutcome> Aws::EFS::Model::DeleteFileSystemOutcomeCallable |
Definition at line 102 of file EFSClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<EFSErrors> > Aws::EFS::Model::DeleteMountTargetOutcome |
Definition at line 91 of file EFSClient.h.
typedef std::future<DeleteMountTargetOutcome> Aws::EFS::Model::DeleteMountTargetOutcomeCallable |
Definition at line 103 of file EFSClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<EFSErrors> > Aws::EFS::Model::DeleteTagsOutcome |
Definition at line 92 of file EFSClient.h.
typedef std::future<DeleteTagsOutcome> Aws::EFS::Model::DeleteTagsOutcomeCallable |
Definition at line 104 of file EFSClient.h.
typedef Aws::Utils::Outcome<DescribeFileSystemsResult, Aws::Client::AWSError<EFSErrors> > Aws::EFS::Model::DescribeFileSystemsOutcome |
Definition at line 93 of file EFSClient.h.
typedef std::future<DescribeFileSystemsOutcome> Aws::EFS::Model::DescribeFileSystemsOutcomeCallable |
Definition at line 105 of file EFSClient.h.
typedef Aws::Utils::Outcome<DescribeMountTargetSecurityGroupsResult, Aws::Client::AWSError<EFSErrors> > Aws::EFS::Model::DescribeMountTargetSecurityGroupsOutcome |
Definition at line 94 of file EFSClient.h.
typedef std::future<DescribeMountTargetSecurityGroupsOutcome> Aws::EFS::Model::DescribeMountTargetSecurityGroupsOutcomeCallable |
Definition at line 106 of file EFSClient.h.
typedef Aws::Utils::Outcome<DescribeMountTargetsResult, Aws::Client::AWSError<EFSErrors> > Aws::EFS::Model::DescribeMountTargetsOutcome |
Definition at line 95 of file EFSClient.h.
typedef std::future<DescribeMountTargetsOutcome> Aws::EFS::Model::DescribeMountTargetsOutcomeCallable |
Definition at line 107 of file EFSClient.h.
typedef Aws::Utils::Outcome<DescribeTagsResult, Aws::Client::AWSError<EFSErrors> > Aws::EFS::Model::DescribeTagsOutcome |
Definition at line 96 of file EFSClient.h.
typedef std::future<DescribeTagsOutcome> Aws::EFS::Model::DescribeTagsOutcomeCallable |
Definition at line 108 of file EFSClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<EFSErrors> > Aws::EFS::Model::ModifyMountTargetSecurityGroupsOutcome |
Definition at line 97 of file EFSClient.h.
typedef std::future<ModifyMountTargetSecurityGroupsOutcome> Aws::EFS::Model::ModifyMountTargetSecurityGroupsOutcomeCallable |
Definition at line 109 of file EFSClient.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
creating | |
available | |
deleting | |
deleted |
Definition at line 25 of file LifeCycleState.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
generalPurpose | |
maxIO |
Definition at line 25 of file PerformanceMode.h.