Uses of Class
software.amazon.awssdk.services.migrationhub.model.PutResourceAttributesRequest
-
Packages that use PutResourceAttributesRequest 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.transform -
-
Uses of PutResourceAttributesRequest in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub with parameters of type PutResourceAttributesRequest Modifier and Type Method Description 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.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. -
Uses of PutResourceAttributesRequest in software.amazon.awssdk.services.migrationhub.transform
Methods in software.amazon.awssdk.services.migrationhub.transform with parameters of type PutResourceAttributesRequest Modifier and Type Method Description SdkHttpFullRequestPutResourceAttributesRequestMarshaller. marshall(PutResourceAttributesRequest putResourceAttributesRequest)
-