Uses of Class
software.amazon.awssdk.services.migrationhub.model.PutResourceAttributesResponse
-
Packages that use PutResourceAttributesResponse 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. -
-
Uses of PutResourceAttributesResponse in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return PutResourceAttributesResponse Modifier and Type Method Description 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.default PutResourceAttributesResponseMigrationHubClient. putResourceAttributes(PutResourceAttributesRequest putResourceAttributesRequest)Provides identifying details of the resource being migrated so that it can be associated in the Application Discovery Service repository.Methods in software.amazon.awssdk.services.migrationhub that return types with arguments of type PutResourceAttributesResponse 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 CompletableFuture<PutResourceAttributesResponse>MigrationHubAsyncClient. putResourceAttributes(PutResourceAttributesRequest putResourceAttributesRequest)Provides identifying details of the resource being migrated so that it can be associated in the Application Discovery Service repository.
-