Uses of Class
software.amazon.awssdk.services.appstream.model.DisassociateFleetRequest
-
Packages that use DisassociateFleetRequest Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.transform -
-
Uses of DisassociateFleetRequest in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream with parameters of type DisassociateFleetRequest Modifier and Type Method Description default CompletableFuture<DisassociateFleetResponse>AppStreamAsyncClient. disassociateFleet(DisassociateFleetRequest disassociateFleetRequest)Disassociates the specified fleet from the specified stack.default DisassociateFleetResponseAppStreamClient. disassociateFleet(DisassociateFleetRequest disassociateFleetRequest)Disassociates the specified fleet from the specified stack. -
Uses of DisassociateFleetRequest in software.amazon.awssdk.services.appstream.transform
Methods in software.amazon.awssdk.services.appstream.transform with parameters of type DisassociateFleetRequest Modifier and Type Method Description SdkHttpFullRequestDisassociateFleetRequestMarshaller. marshall(DisassociateFleetRequest disassociateFleetRequest)
-