Uses of Class
software.amazon.awssdk.services.backupgateway.model.CreateGatewayRequest
-
Packages that use CreateGatewayRequest Package Description software.amazon.awssdk.services.backupgateway Backup gateway software.amazon.awssdk.services.backupgateway.transform -
-
Uses of CreateGatewayRequest in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway with parameters of type CreateGatewayRequest Modifier and Type Method Description default CompletableFuture<CreateGatewayResponse>BackupGatewayAsyncClient. createGateway(CreateGatewayRequest createGatewayRequest)Creates a backup gateway.default CreateGatewayResponseBackupGatewayClient. createGateway(CreateGatewayRequest createGatewayRequest)Creates a backup gateway. -
Uses of CreateGatewayRequest in software.amazon.awssdk.services.backupgateway.transform
Methods in software.amazon.awssdk.services.backupgateway.transform with parameters of type CreateGatewayRequest Modifier and Type Method Description SdkHttpFullRequestCreateGatewayRequestMarshaller. marshall(CreateGatewayRequest createGatewayRequest)
-