pub struct PutRegistryCatalogData { /* private fields */ }Expand description
Fluent builder constructing a request to PutRegistryCatalogData.
Create or update the catalog data for a public registry.
Implementations§
source§impl PutRegistryCatalogData
impl PutRegistryCatalogData
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<PutRegistryCatalogData, AwsResponseRetryClassifier>, SdkError<PutRegistryCatalogDataError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<PutRegistryCatalogData, AwsResponseRetryClassifier>, SdkError<PutRegistryCatalogDataError>>
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<PutRegistryCatalogDataOutput, SdkError<PutRegistryCatalogDataError>>
pub async fn send(
self
) -> Result<PutRegistryCatalogDataOutput, SdkError<PutRegistryCatalogDataError>>
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 display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.
The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.
The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
Trait Implementations§
source§impl Clone for PutRegistryCatalogData
impl Clone for PutRegistryCatalogData
source§fn clone(&self) -> PutRegistryCatalogData
fn clone(&self) -> PutRegistryCatalogData
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more