pub struct GetMultiRegionAccessPointPolicy { /* private fields */ }
Expand description
Fluent builder constructing a request to GetMultiRegionAccessPointPolicy
.
Returns the access control policy of the specified Multi-Region Access Point.
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 GetMultiRegionAccessPointPolicy
:
Implementations§
source§impl GetMultiRegionAccessPointPolicy
impl GetMultiRegionAccessPointPolicy
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetMultiRegionAccessPointPolicy, AwsResponseRetryClassifier>, SdkError<GetMultiRegionAccessPointPolicyError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetMultiRegionAccessPointPolicy, AwsResponseRetryClassifier>, SdkError<GetMultiRegionAccessPointPolicyError>>
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<GetMultiRegionAccessPointPolicyOutput, SdkError<GetMultiRegionAccessPointPolicyError>>
pub async fn send(
self
) -> Result<GetMultiRegionAccessPointPolicyOutput, SdkError<GetMultiRegionAccessPointPolicyError>>
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 GetMultiRegionAccessPointPolicy
impl Clone for GetMultiRegionAccessPointPolicy
source§fn clone(&self) -> GetMultiRegionAccessPointPolicy
fn clone(&self) -> GetMultiRegionAccessPointPolicy
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more