Uses of Class
software.amazon.awssdk.services.dataexchange.model.RevokeRevisionRequest
-
Packages that use RevokeRevisionRequest Package Description software.amazon.awssdk.services.dataexchange AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.software.amazon.awssdk.services.dataexchange.transform -
-
Uses of RevokeRevisionRequest in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange with parameters of type RevokeRevisionRequest Modifier and Type Method Description default CompletableFuture<RevokeRevisionResponse>DataExchangeAsyncClient. revokeRevision(RevokeRevisionRequest revokeRevisionRequest)This operation revokes subscribers' access to a revision.default RevokeRevisionResponseDataExchangeClient. revokeRevision(RevokeRevisionRequest revokeRevisionRequest)This operation revokes subscribers' access to a revision. -
Uses of RevokeRevisionRequest in software.amazon.awssdk.services.dataexchange.transform
Methods in software.amazon.awssdk.services.dataexchange.transform with parameters of type RevokeRevisionRequest Modifier and Type Method Description SdkHttpFullRequestRevokeRevisionRequestMarshaller. marshall(RevokeRevisionRequest revokeRevisionRequest)
-