pub struct Client { /* private fields */ }Implementations§
Source§impl Client
impl Client
Sourcepub fn get_key_store_info(&self) -> GetKeyStoreInfoFluentBuilder
pub fn get_key_store_info(&self) -> GetKeyStoreInfoFluentBuilder
Constructs a fluent builder for the GetKeyStoreInfo operation.
- The fluent builder is configurable:
- On success, responds with
GetKeyStoreInfoOutputwith field(s):grant_tokens(Option<::std::vec::Vec<::std::string::String>>): (undocumented)key_store_id(Option<::std::string::String>): (undocumented)key_store_name(Option<::std::string::String>): (undocumented)kms_configuration(Option<crate::deps::aws_cryptography_keyStore::types::KmsConfiguration>): (undocumented)logical_key_store_name(Option<::std::string::String>): (undocumented)
- On failure, responds with
SdkError<GetKeyStoreInfoError>
Source§impl Client
impl Client
Sourcepub fn create_key_store(&self) -> CreateKeyStoreFluentBuilder
pub fn create_key_store(&self) -> CreateKeyStoreFluentBuilder
Constructs a fluent builder for the CreateKeyStore operation.
- The fluent builder is configurable:
- On success, responds with
CreateKeyStoreOutputwith field(s):table_arn(Option<::std::string::String>): (undocumented)
- On failure, responds with
SdkError<CreateKeyStoreError>
Source§impl Client
impl Client
Sourcepub fn create_key(&self) -> CreateKeyFluentBuilder
pub fn create_key(&self) -> CreateKeyFluentBuilder
Constructs a fluent builder for the CreateKey operation.
- The fluent builder is configurable:
branch_key_identifier(impl Into<Option<::std::string::String>>)/set_branch_key_identifier(Option<::std::string::String>): (undocumented)encryption_context(impl Into<Option<::std::collections::HashMap<::std::string::String, ::std::string::String>>>)/set_encryption_context(Option<::std::collections::HashMap<::std::string::String, ::std::string::String>>): (undocumented)
- On success, responds with
CreateKeyOutputwith field(s):branch_key_identifier(Option<::std::string::String>): (undocumented)
- On failure, responds with
SdkError<CreateKeyError>
Source§impl Client
impl Client
Sourcepub fn version_key(&self) -> VersionKeyFluentBuilder
pub fn version_key(&self) -> VersionKeyFluentBuilder
Constructs a fluent builder for the VersionKey operation.
- The fluent builder is configurable:
- On success, responds with
VersionKeyOutputwith field(s): - On failure, responds with
SdkError<VersionKeyError>
Source§impl Client
impl Client
Sourcepub fn get_active_branch_key(&self) -> GetActiveBranchKeyFluentBuilder
pub fn get_active_branch_key(&self) -> GetActiveBranchKeyFluentBuilder
Constructs a fluent builder for the GetActiveBranchKey operation.
- The fluent builder is configurable:
- On success, responds with
GetActiveBranchKeyOutputwith field(s): - On failure, responds with
SdkError<GetActiveBranchKeyError>
Source§impl Client
impl Client
Sourcepub fn get_branch_key_version(&self) -> GetBranchKeyVersionFluentBuilder
pub fn get_branch_key_version(&self) -> GetBranchKeyVersionFluentBuilder
Constructs a fluent builder for the GetBranchKeyVersion operation.
- The fluent builder is configurable:
- On success, responds with
GetBranchKeyVersionOutputwith field(s): - On failure, responds with
SdkError<GetBranchKeyVersionError>
Source§impl Client
impl Client
Sourcepub fn get_beacon_key(&self) -> GetBeaconKeyFluentBuilder
pub fn get_beacon_key(&self) -> GetBeaconKeyFluentBuilder
Constructs a fluent builder for the GetBeaconKey operation.
- The fluent builder is configurable:
- On success, responds with
GetBeaconKeyOutputwith field(s): - On failure, responds with
SdkError<GetBeaconKeyError>
Trait Implementations§
impl StructuralPartialEq for Client
Auto Trait Implementations§
impl Freeze for Client
impl !RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.