Struct aws_sdk_chime::input::CreateProxySessionInput
source · [−]#[non_exhaustive]pub struct CreateProxySessionInput { /* private fields */ }Implementations
sourceimpl CreateProxySessionInput
impl CreateProxySessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateProxySession, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateProxySession, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateProxySession>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateProxySessionInput.
sourceimpl CreateProxySessionInput
impl CreateProxySessionInput
sourcepub fn voice_connector_id(&self) -> Option<&str>
pub fn voice_connector_id(&self) -> Option<&str>
The Amazon Chime voice connector ID.
sourcepub fn participant_phone_numbers(&self) -> Option<&[String]>
pub fn participant_phone_numbers(&self) -> Option<&[String]>
The participant phone numbers.
sourcepub fn expiry_minutes(&self) -> Option<i32>
pub fn expiry_minutes(&self) -> Option<i32>
The number of minutes allowed for the proxy session.
sourcepub fn capabilities(&self) -> Option<&[Capability]>
pub fn capabilities(&self) -> Option<&[Capability]>
The proxy session capabilities.
sourcepub fn number_selection_behavior(&self) -> Option<&NumberSelectionBehavior>
pub fn number_selection_behavior(&self) -> Option<&NumberSelectionBehavior>
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
sourcepub fn geo_match_level(&self) -> Option<&GeoMatchLevel>
pub fn geo_match_level(&self) -> Option<&GeoMatchLevel>
The preference for matching the country or area code of the proxy phone number with that of the first participant.
sourcepub fn geo_match_params(&self) -> Option<&GeoMatchParams>
pub fn geo_match_params(&self) -> Option<&GeoMatchParams>
The country and area code for the proxy phone number.
Trait Implementations
sourceimpl Clone for CreateProxySessionInput
impl Clone for CreateProxySessionInput
sourcefn clone(&self) -> CreateProxySessionInput
fn clone(&self) -> CreateProxySessionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CreateProxySessionInput
impl Debug for CreateProxySessionInput
sourceimpl PartialEq<CreateProxySessionInput> for CreateProxySessionInput
impl PartialEq<CreateProxySessionInput> for CreateProxySessionInput
sourcefn eq(&self, other: &CreateProxySessionInput) -> bool
fn eq(&self, other: &CreateProxySessionInput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &CreateProxySessionInput) -> bool
fn ne(&self, other: &CreateProxySessionInput) -> bool
This method tests for !=.
impl StructuralPartialEq for CreateProxySessionInput
Auto Trait Implementations
impl RefUnwindSafe for CreateProxySessionInput
impl Send for CreateProxySessionInput
impl Sync for CreateProxySessionInput
impl Unpin for CreateProxySessionInput
impl UnwindSafe for CreateProxySessionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more