Struct aws_sdk_opensearchserverless::operation::get_security_policy::builders::GetSecurityPolicyFluentBuilder
source · pub struct GetSecurityPolicyFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetSecurityPolicy
.
Returns information about a configured OpenSearch Serverless security policy. For more information, see Network access for Amazon OpenSearch Serverless and Encryption at rest for Amazon OpenSearch Serverless.
Implementations§
source§impl GetSecurityPolicyFluentBuilder
impl GetSecurityPolicyFluentBuilder
sourcepub fn as_input(&self) -> &GetSecurityPolicyInputBuilder
pub fn as_input(&self) -> &GetSecurityPolicyInputBuilder
Access the GetSecurityPolicy as a reference.
sourcepub async fn send(
self
) -> Result<GetSecurityPolicyOutput, SdkError<GetSecurityPolicyError, HttpResponse>>
pub async fn send( self ) -> Result<GetSecurityPolicyOutput, SdkError<GetSecurityPolicyError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetSecurityPolicyOutput, GetSecurityPolicyError, Self>
pub fn customize( self ) -> CustomizableOperation<GetSecurityPolicyOutput, GetSecurityPolicyError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn type(self, input: SecurityPolicyType) -> Self
pub fn type(self, input: SecurityPolicyType) -> Self
The type of security policy.
sourcepub fn set_type(self, input: Option<SecurityPolicyType>) -> Self
pub fn set_type(self, input: Option<SecurityPolicyType>) -> Self
The type of security policy.
sourcepub fn get_type(&self) -> &Option<SecurityPolicyType>
pub fn get_type(&self) -> &Option<SecurityPolicyType>
The type of security policy.
Trait Implementations§
source§impl Clone for GetSecurityPolicyFluentBuilder
impl Clone for GetSecurityPolicyFluentBuilder
source§fn clone(&self) -> GetSecurityPolicyFluentBuilder
fn clone(&self) -> GetSecurityPolicyFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more