Uses of Class
software.amazon.awssdk.services.appstream.model.DisassociateApplicationFromEntitlementResponse
-
Packages that use DisassociateApplicationFromEntitlementResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of DisassociateApplicationFromEntitlementResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return DisassociateApplicationFromEntitlementResponse Modifier and Type Method Description default DisassociateApplicationFromEntitlementResponseAppStreamClient. disassociateApplicationFromEntitlement(Consumer<DisassociateApplicationFromEntitlementRequest.Builder> disassociateApplicationFromEntitlementRequest)Deletes the specified application from the specified entitlement.default DisassociateApplicationFromEntitlementResponseAppStreamClient. disassociateApplicationFromEntitlement(DisassociateApplicationFromEntitlementRequest disassociateApplicationFromEntitlementRequest)Deletes the specified application from the specified entitlement.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type DisassociateApplicationFromEntitlementResponse Modifier and Type Method Description default CompletableFuture<DisassociateApplicationFromEntitlementResponse>AppStreamAsyncClient. disassociateApplicationFromEntitlement(Consumer<DisassociateApplicationFromEntitlementRequest.Builder> disassociateApplicationFromEntitlementRequest)Deletes the specified application from the specified entitlement.default CompletableFuture<DisassociateApplicationFromEntitlementResponse>AppStreamAsyncClient. disassociateApplicationFromEntitlement(DisassociateApplicationFromEntitlementRequest disassociateApplicationFromEntitlementRequest)Deletes the specified application from the specified entitlement.
-