Struct aws_sdk_appsync::input::UpdateGraphqlApiInput
source · #[non_exhaustive]pub struct UpdateGraphqlApiInput { /* private fields */ }
Implementations§
source§impl UpdateGraphqlApiInput
impl UpdateGraphqlApiInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateGraphqlApi, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateGraphqlApi, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateGraphqlApi
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateGraphqlApiInput
.
source§impl UpdateGraphqlApiInput
impl UpdateGraphqlApiInput
sourcepub fn log_config(&self) -> Option<&LogConfig>
pub fn log_config(&self) -> Option<&LogConfig>
The Amazon CloudWatch Logs configuration for the GraphqlApi
object.
sourcepub fn authentication_type(&self) -> Option<&AuthenticationType>
pub fn authentication_type(&self) -> Option<&AuthenticationType>
The new authentication type for the GraphqlApi
object.
sourcepub fn user_pool_config(&self) -> Option<&UserPoolConfig>
pub fn user_pool_config(&self) -> Option<&UserPoolConfig>
The new Amazon Cognito user pool configuration for the ~GraphqlApi
object.
sourcepub fn open_id_connect_config(&self) -> Option<&OpenIdConnectConfig>
pub fn open_id_connect_config(&self) -> Option<&OpenIdConnectConfig>
The OpenID Connect configuration for the GraphqlApi
object.
sourcepub fn additional_authentication_providers(
&self
) -> Option<&[AdditionalAuthenticationProvider]>
pub fn additional_authentication_providers(
&self
) -> Option<&[AdditionalAuthenticationProvider]>
A list of additional authentication providers for the GraphqlApi
API.
sourcepub fn xray_enabled(&self) -> bool
pub fn xray_enabled(&self) -> bool
A flag indicating whether to use X-Ray tracing for the GraphqlApi
.
Configuration for Lambda function authorization.
Trait Implementations§
source§impl Clone for UpdateGraphqlApiInput
impl Clone for UpdateGraphqlApiInput
source§fn clone(&self) -> UpdateGraphqlApiInput
fn clone(&self) -> UpdateGraphqlApiInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateGraphqlApiInput
impl Debug for UpdateGraphqlApiInput
source§impl PartialEq<UpdateGraphqlApiInput> for UpdateGraphqlApiInput
impl PartialEq<UpdateGraphqlApiInput> for UpdateGraphqlApiInput
source§fn eq(&self, other: &UpdateGraphqlApiInput) -> bool
fn eq(&self, other: &UpdateGraphqlApiInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.