Uses of Class
software.amazon.awssdk.services.workspaces.model.ModifyStreamingPropertiesResponse
-
Packages that use ModifyStreamingPropertiesResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of ModifyStreamingPropertiesResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return ModifyStreamingPropertiesResponse Modifier and Type Method Description default ModifyStreamingPropertiesResponseWorkSpacesClient. modifyStreamingProperties(Consumer<ModifyStreamingPropertiesRequest.Builder> modifyStreamingPropertiesRequest)Modifies the specified streaming properties.default ModifyStreamingPropertiesResponseWorkSpacesClient. modifyStreamingProperties(ModifyStreamingPropertiesRequest modifyStreamingPropertiesRequest)Modifies the specified streaming properties.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type ModifyStreamingPropertiesResponse Modifier and Type Method Description default CompletableFuture<ModifyStreamingPropertiesResponse>WorkSpacesAsyncClient. modifyStreamingProperties(Consumer<ModifyStreamingPropertiesRequest.Builder> modifyStreamingPropertiesRequest)Modifies the specified streaming properties.default CompletableFuture<ModifyStreamingPropertiesResponse>WorkSpacesAsyncClient. modifyStreamingProperties(ModifyStreamingPropertiesRequest modifyStreamingPropertiesRequest)Modifies the specified streaming properties.
-