Uses of Class
software.amazon.awssdk.services.appstream.model.AssociateFleetResponse
-
Packages that use AssociateFleetResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of AssociateFleetResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return AssociateFleetResponse Modifier and Type Method Description default AssociateFleetResponseAppStreamClient. associateFleet(Consumer<AssociateFleetRequest.Builder> associateFleetRequest)Associates the specified fleet with the specified stack.default AssociateFleetResponseAppStreamClient. associateFleet(AssociateFleetRequest associateFleetRequest)Associates the specified fleet with the specified stack.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type AssociateFleetResponse Modifier and Type Method Description default CompletableFuture<AssociateFleetResponse>AppStreamAsyncClient. associateFleet(Consumer<AssociateFleetRequest.Builder> associateFleetRequest)Associates the specified fleet with the specified stack.default CompletableFuture<AssociateFleetResponse>AppStreamAsyncClient. associateFleet(AssociateFleetRequest associateFleetRequest)Associates the specified fleet with the specified stack.
-