AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Classes | Typedefs | Enumerations
Aws::EFS::Model Namespace Reference

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
 

Typedefs

typedef Aws::Utils::Outcome< CreateFileSystemResult, Aws::Client::AWSError< EFSErrors > > CreateFileSystemOutcome
 
typedef Aws::Utils::Outcome< CreateMountTargetResult, Aws::Client::AWSError< EFSErrors > > CreateMountTargetOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< EFSErrors > > CreateTagsOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< EFSErrors > > DeleteFileSystemOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< EFSErrors > > DeleteMountTargetOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< EFSErrors > > DeleteTagsOutcome
 
typedef Aws::Utils::Outcome< DescribeFileSystemsResult, Aws::Client::AWSError< EFSErrors > > DescribeFileSystemsOutcome
 
typedef Aws::Utils::Outcome< DescribeMountTargetSecurityGroupsResult, Aws::Client::AWSError< EFSErrors > > DescribeMountTargetSecurityGroupsOutcome
 
typedef Aws::Utils::Outcome< DescribeMountTargetsResult, Aws::Client::AWSError< EFSErrors > > DescribeMountTargetsOutcome
 
typedef Aws::Utils::Outcome< DescribeTagsResult, Aws::Client::AWSError< EFSErrors > > DescribeTagsOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< EFSErrors > > ModifyMountTargetSecurityGroupsOutcome
 
typedef std::future< CreateFileSystemOutcomeCreateFileSystemOutcomeCallable
 
typedef std::future< CreateMountTargetOutcomeCreateMountTargetOutcomeCallable
 
typedef std::future< CreateTagsOutcomeCreateTagsOutcomeCallable
 
typedef std::future< DeleteFileSystemOutcomeDeleteFileSystemOutcomeCallable
 
typedef std::future< DeleteMountTargetOutcomeDeleteMountTargetOutcomeCallable
 
typedef std::future< DeleteTagsOutcomeDeleteTagsOutcomeCallable
 
typedef std::future< DescribeFileSystemsOutcomeDescribeFileSystemsOutcomeCallable
 
typedef std::future< DescribeMountTargetSecurityGroupsOutcomeDescribeMountTargetSecurityGroupsOutcomeCallable
 
typedef std::future< DescribeMountTargetsOutcomeDescribeMountTargetsOutcomeCallable
 
typedef std::future< DescribeTagsOutcomeDescribeTagsOutcomeCallable
 
typedef std::future< ModifyMountTargetSecurityGroupsOutcomeModifyMountTargetSecurityGroupsOutcomeCallable
 

Enumerations

enum  LifeCycleState {
  LifeCycleState::NOT_SET, LifeCycleState::creating, LifeCycleState::available, LifeCycleState::deleting,
  LifeCycleState::deleted
}
 
enum  PerformanceMode { PerformanceMode::NOT_SET, PerformanceMode::generalPurpose, PerformanceMode::maxIO }
 

Typedef Documentation

Definition at line 85 of file EFSClient.h.

Definition at line 99 of file EFSClient.h.

Definition at line 88 of file EFSClient.h.

Definition at line 100 of file EFSClient.h.

Definition at line 89 of file EFSClient.h.

Definition at line 101 of file EFSClient.h.

Definition at line 90 of file EFSClient.h.

Definition at line 102 of file EFSClient.h.

Definition at line 91 of file EFSClient.h.

Definition at line 103 of file EFSClient.h.

Definition at line 92 of file EFSClient.h.

Definition at line 104 of file EFSClient.h.

Definition at line 93 of file EFSClient.h.

Definition at line 105 of file EFSClient.h.

Definition at line 94 of file EFSClient.h.

Definition at line 106 of file EFSClient.h.

Definition at line 95 of file EFSClient.h.

Definition at line 107 of file EFSClient.h.

Definition at line 96 of file EFSClient.h.

Definition at line 108 of file EFSClient.h.

Definition at line 97 of file EFSClient.h.

Definition at line 109 of file EFSClient.h.

Enumeration Type Documentation

Enumerator
NOT_SET 
creating 
available 
deleting 
deleted 

Definition at line 25 of file LifeCycleState.h.

Enumerator
NOT_SET 
generalPurpose 
maxIO 

Definition at line 25 of file PerformanceMode.h.