pub struct ElastiCacheClient<'a> { /* private fields */ }Implementations§
Source§impl ElastiCacheClient<'_>
impl ElastiCacheClient<'_>
Sourcepub async fn get_clusters(&self) -> Result<ElastiCacheClustersResponse, Error>
pub async fn get_clusters(&self) -> Result<ElastiCacheClustersResponse, Error>
List fakecloud-managed ElastiCache cache clusters with runtime metadata.
Sourcepub async fn get_replication_groups(
&self,
) -> Result<ElastiCacheReplicationGroupsResponse, Error>
pub async fn get_replication_groups( &self, ) -> Result<ElastiCacheReplicationGroupsResponse, Error>
List fakecloud-managed ElastiCache replication groups with runtime metadata.
Sourcepub async fn get_serverless_caches(
&self,
) -> Result<ElastiCacheServerlessCachesResponse, Error>
pub async fn get_serverless_caches( &self, ) -> Result<ElastiCacheServerlessCachesResponse, Error>
List fakecloud-managed ElastiCache serverless caches with runtime metadata.
Sourcepub async fn get_acls(&self) -> Result<ElastiCacheAclsResponse, Error>
pub async fn get_acls(&self) -> Result<ElastiCacheAclsResponse, Error>
List ACL state (users + user groups) for ElastiCache replication groups that have one or more user groups attached.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ElastiCacheClient<'a>
impl<'a> !UnwindSafe for ElastiCacheClient<'a>
impl<'a> Freeze for ElastiCacheClient<'a>
impl<'a> Send for ElastiCacheClient<'a>
impl<'a> Sync for ElastiCacheClient<'a>
impl<'a> Unpin for ElastiCacheClient<'a>
impl<'a> UnsafeUnpin for ElastiCacheClient<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more