Struct aws_sdk_appstream::operation::delete_image_permissions::builders::DeleteImagePermissionsFluentBuilder
source · pub struct DeleteImagePermissionsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteImagePermissions
.
Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.
Implementations§
source§impl DeleteImagePermissionsFluentBuilder
impl DeleteImagePermissionsFluentBuilder
sourcepub fn as_input(&self) -> &DeleteImagePermissionsInputBuilder
pub fn as_input(&self) -> &DeleteImagePermissionsInputBuilder
Access the DeleteImagePermissions as a reference.
sourcepub async fn send(
self
) -> Result<DeleteImagePermissionsOutput, SdkError<DeleteImagePermissionsError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteImagePermissionsOutput, SdkError<DeleteImagePermissionsError, 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<DeleteImagePermissionsOutput, DeleteImagePermissionsError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteImagePermissionsOutput, DeleteImagePermissionsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
The 12-digit identifier of the AWS account for which to delete image permissions.
The 12-digit identifier of the AWS account for which to delete image permissions.
The 12-digit identifier of the AWS account for which to delete image permissions.
Trait Implementations§
source§impl Clone for DeleteImagePermissionsFluentBuilder
impl Clone for DeleteImagePermissionsFluentBuilder
source§fn clone(&self) -> DeleteImagePermissionsFluentBuilder
fn clone(&self) -> DeleteImagePermissionsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreAuto Trait Implementations§
impl Freeze for DeleteImagePermissionsFluentBuilder
impl !RefUnwindSafe for DeleteImagePermissionsFluentBuilder
impl Send for DeleteImagePermissionsFluentBuilder
impl Sync for DeleteImagePermissionsFluentBuilder
impl Unpin for DeleteImagePermissionsFluentBuilder
impl !UnwindSafe for DeleteImagePermissionsFluentBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more