Uses of Interface
software.amazon.awssdk.services.sagemaker.model.UpdateHubContentResponse.Builder
-
Packages that use UpdateHubContentResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of UpdateHubContentResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return UpdateHubContentResponse.Builder Modifier and Type Method Description static UpdateHubContentResponse.BuilderUpdateHubContentResponse. builder()UpdateHubContentResponse.BuilderUpdateHubContentResponse.Builder. hubArn(String hubArn)The ARN of the private model hub that contains the updated hub content.UpdateHubContentResponse.BuilderUpdateHubContentResponse.Builder. hubContentArn(String hubContentArn)The ARN of the hub content resource that was updated.UpdateHubContentResponse.BuilderUpdateHubContentResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type UpdateHubContentResponse.Builder Modifier and Type Method Description static Class<? extends UpdateHubContentResponse.Builder>UpdateHubContentResponse. serializableBuilderClass()
-