Uses of Interface
software.amazon.awssdk.services.migrationhubrefactorspaces.model.CreateEnvironmentRequest.Builder
-
Packages that use CreateEnvironmentRequest.Builder Package Description software.amazon.awssdk.services.migrationhubrefactorspaces Amazon Web Services Migration Hub Refactor Spaces software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of CreateEnvironmentRequest.Builder in software.amazon.awssdk.services.migrationhubrefactorspaces
Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces with type arguments of type CreateEnvironmentRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateEnvironmentResponse>MigrationHubRefactorSpacesAsyncClient. createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)Creates an Amazon Web Services Migration Hub Refactor Spaces environment.default CreateEnvironmentResponseMigrationHubRefactorSpacesClient. createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)Creates an Amazon Web Services Migration Hub Refactor Spaces environment. -
Uses of CreateEnvironmentRequest.Builder in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return CreateEnvironmentRequest.Builder Modifier and Type Method Description static CreateEnvironmentRequest.BuilderCreateEnvironmentRequest. builder()CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. description(String description)The description of the environment.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. name(String name)The name of the environment.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. networkFabricType(String networkFabricType)The network fabric type of the environment.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. networkFabricType(NetworkFabricType networkFabricType)The network fabric type of the environment.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. tags(Map<String,String> tags)The tags to assign to the environment.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest. toBuilder()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type CreateEnvironmentRequest.Builder Modifier and Type Method Description static Class<? extends CreateEnvironmentRequest.Builder>CreateEnvironmentRequest. serializableBuilderClass()
-