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