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