Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateGatewayInformationRequest
-
Packages that use UpdateGatewayInformationRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of UpdateGatewayInformationRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type UpdateGatewayInformationRequest Modifier and Type Method Description default CompletableFuture<UpdateGatewayInformationResponse>StorageGatewayAsyncClient. updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)Updates a gateway's metadata, which includes the gateway's name and time zone.default UpdateGatewayInformationResponseStorageGatewayClient. updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)Updates a gateway's metadata, which includes the gateway's name and time zone. -
Uses of UpdateGatewayInformationRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type UpdateGatewayInformationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateGatewayInformationRequestMarshaller. marshall(UpdateGatewayInformationRequest updateGatewayInformationRequest)
-