Uses of Interface
software.amazon.awssdk.services.migrationhub.model.PutResourceAttributesRequest.Builder
-
Packages that use PutResourceAttributesRequest.Builder Package Description software.amazon.awssdk.services.migrationhub The AWS Migration Hub API methods help to obtain server and application migration status and integrate your resource-specific migration tool by providing a programmatic interface to Migration Hub.software.amazon.awssdk.services.migrationhub.model -
-
Uses of PutResourceAttributesRequest.Builder in software.amazon.awssdk.services.migrationhub
Method parameters in software.amazon.awssdk.services.migrationhub with type arguments of type PutResourceAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<PutResourceAttributesResponse>MigrationHubAsyncClient. putResourceAttributes(Consumer<PutResourceAttributesRequest.Builder> putResourceAttributesRequest)Provides identifying details of the resource being migrated so that it can be associated in the Application Discovery Service repository.default PutResourceAttributesResponseMigrationHubClient. putResourceAttributes(Consumer<PutResourceAttributesRequest.Builder> putResourceAttributesRequest)Provides identifying details of the resource being migrated so that it can be associated in the Application Discovery Service repository. -
Uses of PutResourceAttributesRequest.Builder in software.amazon.awssdk.services.migrationhub.model
Methods in software.amazon.awssdk.services.migrationhub.model that return PutResourceAttributesRequest.Builder Modifier and Type Method Description static PutResourceAttributesRequest.BuilderPutResourceAttributesRequest. builder()PutResourceAttributesRequest.BuilderPutResourceAttributesRequest.Builder. dryRun(Boolean dryRun)Optional boolean flag to indicate whether any effect should take place.PutResourceAttributesRequest.BuilderPutResourceAttributesRequest.Builder. migrationTaskName(String migrationTaskName)Unique identifier that references the migration task.PutResourceAttributesRequest.BuilderPutResourceAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutResourceAttributesRequest.BuilderPutResourceAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutResourceAttributesRequest.BuilderPutResourceAttributesRequest.Builder. progressUpdateStream(String progressUpdateStream)The name of the ProgressUpdateStream.PutResourceAttributesRequest.BuilderPutResourceAttributesRequest.Builder. resourceAttributeList(Collection<ResourceAttribute> resourceAttributeList)Information about the resource that is being migrated.PutResourceAttributesRequest.BuilderPutResourceAttributesRequest.Builder. resourceAttributeList(Consumer<ResourceAttribute.Builder>... resourceAttributeList)Information about the resource that is being migrated.PutResourceAttributesRequest.BuilderPutResourceAttributesRequest.Builder. resourceAttributeList(ResourceAttribute... resourceAttributeList)Information about the resource that is being migrated.PutResourceAttributesRequest.BuilderPutResourceAttributesRequest. toBuilder()Methods in software.amazon.awssdk.services.migrationhub.model that return types with arguments of type PutResourceAttributesRequest.Builder Modifier and Type Method Description static Class<? extends PutResourceAttributesRequest.Builder>PutResourceAttributesRequest. serializableBuilderClass()
-