pub struct GetMultiRegionAccessPointPolicyStatus { /* private fields */ }
Expand description
Fluent builder constructing a request to GetMultiRegionAccessPointPolicyStatus
.
Indicates whether the specified Multi-Region Access Point has an access control policy that allows public access.
This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide.
The following actions are related to GetMultiRegionAccessPointPolicyStatus
:
Implementations§
source§impl GetMultiRegionAccessPointPolicyStatus
impl GetMultiRegionAccessPointPolicyStatus
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetMultiRegionAccessPointPolicyStatus, AwsResponseRetryClassifier>, SdkError<GetMultiRegionAccessPointPolicyStatusError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetMultiRegionAccessPointPolicyStatus, AwsResponseRetryClassifier>, SdkError<GetMultiRegionAccessPointPolicyStatusError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<GetMultiRegionAccessPointPolicyStatusOutput, SdkError<GetMultiRegionAccessPointPolicyStatusError>>
pub async fn send(
self
) -> Result<GetMultiRegionAccessPointPolicyStatusOutput, SdkError<GetMultiRegionAccessPointPolicyStatusError>>
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 account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points in the Amazon S3 User Guide.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points in the Amazon S3 User Guide.
Trait Implementations§
source§impl Clone for GetMultiRegionAccessPointPolicyStatus
impl Clone for GetMultiRegionAccessPointPolicyStatus
source§fn clone(&self) -> GetMultiRegionAccessPointPolicyStatus
fn clone(&self) -> GetMultiRegionAccessPointPolicyStatus
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more