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