Uses of Interface
software.amazon.awssdk.services.backupgateway.model.AssociateGatewayToServerRequest.Builder
-
Packages that use AssociateGatewayToServerRequest.Builder Package Description software.amazon.awssdk.services.backupgateway Backup gateway software.amazon.awssdk.services.backupgateway.model -
-
Uses of AssociateGatewayToServerRequest.Builder in software.amazon.awssdk.services.backupgateway
Method parameters in software.amazon.awssdk.services.backupgateway with type arguments of type AssociateGatewayToServerRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateGatewayToServerResponse>BackupGatewayAsyncClient. associateGatewayToServer(Consumer<AssociateGatewayToServerRequest.Builder> associateGatewayToServerRequest)Associates a backup gateway with your server.default AssociateGatewayToServerResponseBackupGatewayClient. associateGatewayToServer(Consumer<AssociateGatewayToServerRequest.Builder> associateGatewayToServerRequest)Associates a backup gateway with your server. -
Uses of AssociateGatewayToServerRequest.Builder in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return AssociateGatewayToServerRequest.Builder Modifier and Type Method Description static AssociateGatewayToServerRequest.BuilderAssociateGatewayToServerRequest. builder()AssociateGatewayToServerRequest.BuilderAssociateGatewayToServerRequest.Builder. gatewayArn(String gatewayArn)The Amazon Resource Name (ARN) of the gateway.AssociateGatewayToServerRequest.BuilderAssociateGatewayToServerRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateGatewayToServerRequest.BuilderAssociateGatewayToServerRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateGatewayToServerRequest.BuilderAssociateGatewayToServerRequest.Builder. serverArn(String serverArn)The Amazon Resource Name (ARN) of the server that hosts your virtual machines.AssociateGatewayToServerRequest.BuilderAssociateGatewayToServerRequest. toBuilder()Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type AssociateGatewayToServerRequest.Builder Modifier and Type Method Description static Class<? extends AssociateGatewayToServerRequest.Builder>AssociateGatewayToServerRequest. serializableBuilderClass()
-